edtFTPnet/Express - Class Reference

ExFTPConnection.WriteXml Method 

Converts the current connection into its XML representation.

public virtual void WriteXml(
   XmlWriter writer
);

Parameters

writer
The XmlWriter to which the connection is serialized.

Implements

IXmlSerializable.WriteXml

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.

Note that connections can be written directly to files and streams using the methods Save and Save, respectively.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace