edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Constructs a SocksContext setting the proxy-address.

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

Syntax

C#
protected internal SocksContext(
	IPAddress proxyAddress
)
Visual Basic
Protected Friend Sub New ( _
	proxyAddress As IPAddress _
)
Visual C++
protected public:
SocksContext(
	IPAddress^ proxyAddress
)

Parameters

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

See Also