edtFTPnet/Express - Class Reference

ExFTPConnection.ReadXml Method 

Initializes a connection from its XML representation.

public void ReadXml(
   XmlReader reader
);

Parameters

reader

Implements

IXmlSerializable.ReadXml

Remarks

Connections can be initialized directly from files and streams using the methods Load and Load, respectively.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace