An NDoc Documented Class Library |
|
ProxySettings Constructor (String, Int32)
Constructs a ProxySettings
setting the proxy-address and the proxy-port.
public ProxySettings(
string proxyAddress,
int proxyPort);
Parameters
-
proxyAddress
- Address to be used to connect to the proxy.
-
proxyPort
- Port on the proxy to connect to.
See Also
ProxySettings Class | EnterpriseDT.Net.Proxy Namespace | ProxySettings Constructor Overload List