ProxyConfig.SaveListeners Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ProxyConfig.SaveListeners Method 

Saves the listeners to an XML writer.

[Visual Basic]Private Sub SaveListeners( _
   ByVal writer As System.Xml.XmlTextWriter _
)
[C#]
private void SaveListeners(
   XmlTextWriter writer
);

Parameters

writer
The XML writer to save the users to.

See Also

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