edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Initializes a connection from its XML representation.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void ReadXml(
	XmlDocument doc
)
Visual Basic
Public Sub ReadXml ( _
	doc As XmlDocument _
)
Visual C++
public:
void ReadXml(
	XmlDocument^ doc
)

Parameters

doc
Type: System.Xml..::..XmlDocument

Remarks

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

See Also