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

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

Syntax

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

Parameters

proxyAddress
Type: System.Net..::..IPAddress
Address to be used to connect to the proxy.
proxyPort
Type: System..::..Int32
Port on the proxy to connect to.

See Also