The Socks5Context type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Socks5Context()()()() |
Default constructor.
| |
| Socks5Context(IPAddress) |
Constructs a SOCKS5 context for the proxy with the given address.
| |
| Socks5Context(String) |
Constructs a SOCKS5 context for the proxy with the given address.
| |
| Socks5Context(IPAddress, Int32) |
Constructs a SOCKS5 context for the proxy with the given address.
| |
| Socks5Context(String, Int32) |
Constructs a SOCKS5 context for the proxy with the given address and port.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns a string representation of this object.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| AuthMethods |
Collection of authentication methods to be used.
| |
| ProxyAddress |
Address to be used to connect to the proxy.
(Inherited from SocksContext.) | |
| ProxyPort |
Port to be used to connect to the proxy.
(Inherited from SocksContext.) | |
| PublicProxyAddress |
Address that the proxy server presents to the "outside" network.
(Inherited from SocksContext.) |