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

The Socks4Context type exposes the following members.

Constructors

  NameDescription
Public methodSocks4Context()()()()
Default constructor.
Public methodSocks4Context(String, String)
Constructs a Socks4Context setting the proxy-address and user-name.
Public methodSocks4Context(IPAddress, String, Boolean)
Constructs a Socks4Context setting the proxy-address, the user-name, and the flag controlling the way host-names are resolved.
Public methodSocks4Context(String, Int32, String)
Constructs a Socks4Context setting the proxy-address, the proxy-port, and the user-name.
Public methodSocks4Context(String, String, Boolean)
Constructs a Socks4Context setting the proxy-address, the user-name, and the flag controlling the way host-names are resolved.
Public methodSocks4Context(IPAddress, Int32, String, Boolean)
Constructs a Socks4Context setting the proxy-address, the proxy-port, the user-name, and the flag controlling the way host-names are resolved..
Public methodSocks4Context(String, Int32, String, Boolean)
Constructs a Socks4Context setting the proxy-address, the proxy-port, the user-name, and the flag controlling the way host-names are resolved.

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 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.)
Public propertyUseClientNameResolution
Use SOCKS4A feature of requesting that the proxy should resolve host-names.
Public propertyUserName
User-name to be used for validation on the proxy.

See Also