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

ExFTPConnectionReadXml(XmlDocument) 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(
	XmlDocument doc
)

Parameters

doc  XmlDocument
 

Remarks

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

See Also