edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Saves the properties of the current connection in the given Stream.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void Save(
	Stream outputStream
)
Visual Basic
Public Sub Save ( _
	outputStream As Stream _
)
Visual C++
public:
void Save(
	Stream^ outputStream
)

Parameters

outputStream
Type: System.IO..::..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