edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Constructs a SOCKS5 context for the proxy with the given address.

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

Syntax

C#
public Socks5Context(
	string proxyAddress
)
Visual Basic
Public Sub New ( _
	proxyAddress As String _
)
Visual C++
public:
Socks5Context(
	String^ proxyAddress
)

Parameters

proxyAddress
Type: System..::..String
Address to be used to connect to the proxy.

Remarks

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

See Also