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

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

Syntax

C#
public void ReadXml(
	string xml
)
Visual Basic
Public Sub ReadXml ( _
	xml As String _
)
Visual C++
public:
void ReadXml(
	String^ xml
)

Parameters

xml
Type: System..::..String
XML representation of a connection instance.

See Also