Initializes a new instance of the HttpProxyClient class with the specified proxy server address and port. The address can either be the name of the server (eg. www.myproxy.com) or its IP address (eg. 66.210.153.10).
Initializes a new instance of the HttpProxyClient class with the specified proxy server address and port. The address can either be the name of the server (eg. www.myproxy.com) or its IP address (eg. 66.210.153.10).
public HttpProxyClient(string);
Initializes a new instance of the HttpProxyClient class with the specified proxy server address and port. The address can either be the name of the server (eg. www.myproxy.com) or its IP address (eg. 66.210.153.10).
public HttpProxyClient(string,int);