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

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

Syntax

C#
public Socks4Context(
	string proxyAddress,
	int proxyPort,
	string userName
)
Visual Basic
Public Sub New ( _
	proxyAddress As String, _
	proxyPort As Integer, _
	userName As String _
)
Visual C++
public:
Socks4Context(
	String^ proxyAddress, 
	int proxyPort, 
	String^ userName
)

Parameters

proxyAddress
Type: System..::..String
Address to be used to connect to the proxy.
proxyPort
Type: System..::..Int32
Port on the proxy to connect to.
userName
Type: System..::..String
User-name to be used for validation on the proxy.

See Also