Default constructor.
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);