public abstract class SocksContextPublic MustInherit Class SocksContextpublic ref class SocksContext abstract[<AbstractClassAttribute>]
type SocksContext = class end| 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. |
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| DEFAULT_PROXY_PORT | Default proxy port. |