An NDoc Documented Class Library

ProxySettings Constructor

Default constructor.

Overload List

Default constructor.

public ProxySettings();

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

public ProxySettings(string,int);

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

public ProxySettings(string,int,string,string);

See Also

ProxySettings Class | EnterpriseDT.Net.Proxy Namespace