edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

ExFTPConnectionReadXml Method (XmlReader)

Initializes a connection from its XML representation.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public void ReadXml(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader

Implements

IXmlSerializableReadXml(XmlReader)
Remarks
Connections can be initialized directly from files and streams using the methods Load(String) and Load(Stream), respectively.
See Also