Overload | Description |
---|---|
HttpProxyClient Constructor(String) | Creates a new HttpProxyClient for connecting to the specified HTTP proxy server hostname. If no port number is specified in the hostName string, port 80 is used. |
HttpProxyClient Constructor(String,String,String) | Creates a new HttpProxyClient for connecting to the specified HTTP proxy server hostname, using the specified userName and password credentials. If no port number is specified in the hostName string, port 80 is used. |
HttpProxyClient Constructor(String,Int32) | Creates a new HttpProxyClient for connecting to the specified HTTP proxy server hostname and port number. |
HttpProxyClient Constructor(String,Int32,String,String) | Creates a new HttpProxyClient for connecting to the specified HTTP proxy server hostname and port number, using the specified userName and password credentials. |
HttpProxyClient Constructor(IPEndPoint) | Creates a new HttpProxyClient for connecting to the specified HTTP proxy server address. |
HttpProxyClient Constructor(IPEndPoint,String,String) | Creates a new HttpProxyClient for connecting to the specified HTTP proxy server hostname, using the specified userName and password credentials. |