| Overload | Description |
|---|---|
| HttpProxyClient Constructor(String) | Creates a new HttpProxyClient for connecting to the specified HTTP proxy server host. |
| HttpProxyClient Constructor(String,String,String) | Creates a new HttpProxyClient for connecting to the specified HTTP proxy server host, using the specified userName and password credentials. |
| HttpProxyClient Constructor(String,Int32) | Creates a new HttpProxyClient for connecting to the specified HTTP proxy server host and port number. |
| HttpProxyClient Constructor(String,Int32,String,String) | Creates a new HttpProxyClient for connecting to the specified HTTP proxy server host 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 address, using the specified userName and password credentials. |