| Overload | Description |
|---|---|
| SOCKS4ProxyClient Constructor(String) | Creates a new SOCKS4ProxyClient for connecting to the specified SOCKS 4/4A proxy server host. |
| SOCKS4ProxyClient Constructor(String,Int32) | Creates a new SOCKS4ProxyClient for connecting to the specified SOCKS 4/4A proxy server host, using the specified port number. |
| SOCKS4ProxyClient Constructor(String,String) | Creates a new SOCKS4ProxyClient for connecting to the specified SOCKS 4/4A proxy server host, using the specified SOCKS userID. |
| SOCKS4ProxyClient Constructor(String,Int32,String) | Creates a new SOCKS4ProxyClient for connecting to the specified SOCKS 4/4A proxy server host, using the specified port number and SOCKS userID. |