Initializes a new ProxyConfig instance.
[Visual Basic]Public Sub New( _
ByVal parent As Org.Mentalis.Proxy.Proxy, _
ByVal file As String _
)
[C#]
public ProxyConfig(
Proxy parent,
string file
);
Parameters
- parent
- The parent of this ProxyCondif instance.
- file
- The XML file to read data from and store data to.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | file is null -or- parent is null. |
See Also
ProxyConfig Class | ProxyConfig Members | Org.Mentalis.Proxy Namespace