| Overload | Description |
|---|---|
| SOCKS5ProxyClient Constructor(String) | Creates a new SOCKS5ProxyClient for connecting to the specified SOCKS 5 proxy server host. |
| SOCKS5ProxyClient Constructor(String,Int32) | Creates a new SOCKS5ProxyClient for connecting to the specified SOCKS 5 proxy server host, using the specified port number. |
| SOCKS5ProxyClient Constructor(String,String,String) | Creates a new SOCKS5ProxyClient for connecting to the specified SOCKS 5 proxy server host, using the specified username and password credentials. |
| SOCKS5ProxyClient Constructor(String,Int32,String,String) | Creates a new SOCKS5ProxyClient for connecting to the specified SOCKS 5 proxy server host, using the specified port number, username and password credentials. |