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

The SocksContext type exposes the following members.

Constructors

  NameDescription
Protected methodSocksContext()()()()
Default constructor.
Protected methodSocksContext(IPAddress)
Constructs a SocksContext setting the proxy-address.
Protected methodSocksContext(String)
Constructs a SocksContext setting the proxy-address.
Protected methodSocksContext(IPAddress, Int32)
Constructs a SocksContext setting the proxy-address and the proxy-port.
Protected methodSocksContext(String, Int32)
Constructs a SocksContext setting the proxy-address and the proxy-port.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberDEFAULT_PROXY_PORT
Default proxy port.

Properties

  NameDescription
Public propertyProxyAddress
Address to be used to connect to the proxy.
Public propertyProxyPort
Port to be used to connect to the proxy.
Public propertyPublicProxyAddress
Address that the proxy server presents to the "outside" network.

See Also