Default constructor.

Namespace: EnterpriseDT.Util.Socks
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public Socks5Context()
Visual Basic
Public Sub New
Visual C++
public:
Socks5Context()

Remarks

Before the context can be used, the proxy-address and one or more authentication methods must be set using the AuthMethods property.

See Also