public virtual void WriteXml(
XmlWriter writer
)Public Overridable Sub WriteXml (
writer As XmlWriter
)public:
virtual void WriteXml(
XmlWriter^ writer
)abstract WriteXml :
writer : XmlWriter -> unit
override WriteXml :
writer : XmlWriter -> unit The content is written in XML format with the root element being called ExFTPConnection and each property having an XML element of the same name.
Note that connections can be written directly to files and streams using the methods Save(String) and Save(Stream), respectively.