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

The Socks5Context type exposes the following members.

Constructors

  NameDescription
Public methodSocks5Context()()()()
Default constructor.
Public methodSocks5Context(IPAddress)
Constructs a SOCKS5 context for the proxy with the given address.
Public methodSocks5Context(String)
Constructs a SOCKS5 context for the proxy with the given address.
Public methodSocks5Context(IPAddress, Int32)
Constructs a SOCKS5 context for the proxy with the given address.
Public methodSocks5Context(String, Int32)
Constructs a SOCKS5 context for the proxy with the given address and 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
Returns a string representation of this object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAuthMethods
Collection of authentication methods to be used.
Public propertyProxyAddress
Address to be used to connect to the proxy.
(Inherited from SocksContext.)
Public propertyProxyPort
Port to be used to connect to the proxy.
(Inherited from SocksContext.)
Public propertyPublicProxyAddress
Address that the proxy server presents to the "outside" network.
(Inherited from SocksContext.)

See Also