ProxyConfig.LoadSettings Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ProxyConfig.LoadSettings Method 

Loads the settings from an XML file.

[Visual Basic]Private Sub LoadSettings( _
   ByVal reader As System.Xml.XmlTextReader _
)
[C#]
private void LoadSettings(
   XmlTextReader reader
);

Parameters

reader
The XML reader to read the settings from.

See Also

ProxyConfig Class | ProxyConfig Members | Org.Mentalis.Proxy Namespace