The SocksContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SocksContext()()()() |
Default constructor.
| |
| SocksContext(IPAddress) |
Constructs a SocksContext setting the proxy-address.
| |
| SocksContext(String) |
Constructs a SocksContext setting the proxy-address.
| |
| SocksContext(IPAddress, Int32) |
Constructs a SocksContext setting the proxy-address and the proxy-port.
| |
| SocksContext(String, Int32) |
Constructs a SocksContext setting the proxy-address and the proxy-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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| DEFAULT_PROXY_PORT |
Default proxy port.
|
Properties
| Name | Description | |
|---|---|---|
| ProxyAddress |
Address to be used to connect to the proxy.
| |
| ProxyPort |
Port to be used to connect to the proxy.
| |
| PublicProxyAddress |
Address that the proxy server presents to the "outside" network.
|