Initializes an empty instance of the ProxySettings class.
Initializes an empty instance of the ProxySettings class.
public ProxySettings();
Initializes a new instance of ProxySettings class with the specified host, port number and credentials.
public ProxySettings(string,int,string,string);
ProxySettings Class | ITHit.MapWebDAVDrive.Core Namespace