Overload List
| Name | Description | |
|---|---|---|
| Socks4Context()()()() |
Default constructor.
| |
| Socks4Context(String, String) |
Constructs a Socks4Context setting the proxy-address and user-name.
| |
| Socks4Context(IPAddress, String, Boolean) |
Constructs a Socks4Context setting the proxy-address, the user-name,
and the flag controlling the way host-names are resolved.
| |
| Socks4Context(String, Int32, String) |
Constructs a Socks4Context setting the proxy-address, the proxy-port,
and the user-name.
| |
| Socks4Context(String, String, Boolean) |
Constructs a Socks4Context setting the proxy-address, the user-name,
and the flag controlling the way host-names are resolved.
| |
| Socks4Context(IPAddress, Int32, String, Boolean) |
Constructs a Socks4Context setting the proxy-address, the proxy-port,
the user-name, and the flag controlling the way host-names are resolved..
| |
| Socks4Context(String, Int32, String, Boolean) |
Constructs a Socks4Context setting the proxy-address, the proxy-port,
the user-name, and the flag controlling the way host-names are resolved.
|