Initializes a connection from its XML representation.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public void ReadXml( XmlReader reader ) |
| Visual Basic |
|---|
Public Sub ReadXml ( _ reader As XmlReader _ ) |
| Visual C++ |
|---|
public: virtual void ReadXml( XmlReader^ reader ) sealed |
Parameters
- reader
- Type: System.Xml..::..XmlReader
Implements
IXmlSerializable..::..ReadXml(XmlReader)
Remarks
Connections can be initialized directly from files and streams using the
methods Load(String) and Load(Stream), respectively.