An NDoc Documented Class Library

ProxySettings Constructor (String, Int32, String, String)

Constructs a ProxySettings setting the proxy-address and the proxy-port.

public ProxySettings(
   string proxyAddress,
   int proxyPort,
   string userName,
   string password
);

Parameters

proxyAddress
Address to be used to connect to the proxy.
proxyPort
Port on the proxy to connect to.
userName
password

See Also

ProxySettings Class | EnterpriseDT.Net.Proxy Namespace | ProxySettings Constructor Overload List