An NDoc Documented Class Library

Socks4Context Class

Socks4Context holds information about making SOCKS4 connections.

For a list of all members of this type, see Socks4Context Members.

System.Object
   EnterpriseDT.Util.Socks.SocksContext
      EnterpriseDT.Util.Socks.Socks4Context

public class Socks4Context : SocksContext

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

At a minimum the following properties must be set:

Property Description
ProxyAddress Address to be used to connect to the proxy.
ProxyPort Port to be used to connect to the proxy (defaults to 1080).
UserName User-name to be used for validation on the proxy.

The following properties should be used in cases where problems establishing SOCKS connections are encountered:

Property Description
PublicProxyAddress Address that the proxy server presents to the "outside" network.
UseClientNameResolution Use SOCKS4A feature of requesting that the proxy should resolve host-names.

Requirements

Namespace: EnterpriseDT.Util.Socks

Assembly: edtFTPnetCF (in edtFTPnetCF.dll)

See Also

Socks4Context Members | EnterpriseDT.Util.Socks Namespace