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

ExFTPConnectionReadXml(XmlReader) Method

Initializes a connection from its XML representation.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void ReadXml(
	XmlReader reader
)

Parameters

reader  XmlReader

Implements

IXmlSerializableReadXml(XmlReader)

Remarks

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

See Also