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(
	string proxyAddress
)
Visual Basic
Protected Friend Sub New ( _
	proxyAddress As String _
)
Visual C++
protected public:
SocksContext(
	String^ proxyAddress
)

Parameters

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

See Also