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(
	IPAddress proxyAddress
)
Visual Basic
Public Sub New ( _
	proxyAddress As IPAddress _
)
Visual C++
public:
Socks5Context(
	IPAddress^ proxyAddress
)

Parameters

proxyAddress
Type: System.Net..::..IPAddress
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