Saves the settings in this class to an XML writer.
[Visual Basic]Private Sub SaveSettings( _
ByVal writer As System.Xml.XmlTextWriter _
)
[C#]
private void SaveSettings(
XmlTextWriter writer
);
Parameters
- writer
- The XML writer to save the data to.
See Also
ProxyConfig Class | ProxyConfig Members | Org.Mentalis.Proxy Namespace