ExFTPConnectionSave(Stream) Method
Saves the properties of the current connection in the given
Stream.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void Save(
Stream outputStream
)
Public Sub Save (
outputStream As Stream
)
public:
void Save(
Stream^ outputStream
)
member Save :
outputStream : Stream -> unit
Parameters
- outputStream Stream
- Stream in which to store the properties.
The content is written in XML format with the root element being called ExFTPConnection
and each property having an XML element of the same name.