edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionSave(Stream) Method

Saves the properties of the current connection in the given Stream.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void Save(
	Stream outputStream
)

Parameters

outputStream  Stream
Stream in which to store the properties.

Remarks

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.

See Also