edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SocksContext Class

SockContext and its subclasses hold information about how SOCKS connections are made.

Definition

Namespace: EnterpriseDT.Util.Socks
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public abstract class SocksContext
Inheritance
Object    SocksContext
Derived

Constructors

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.

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

DEFAULT_PROXY_PORT Default proxy port.

See Also