Constructs a Socks4Context setting the proxy-address and user-name.
Namespace: EnterpriseDT.Util.SocksAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public Socks4Context( string proxyAddress, string userName ) |
| Visual Basic |
|---|
Public Sub New ( _ proxyAddress As String, _ userName As String _ ) |
| Visual C++ |
|---|
public: Socks4Context( String^ proxyAddress, String^ userName ) |
Parameters
- proxyAddress
- Type: System..::..String
Address to be used to connect to the proxy.
- userName
- Type: System..::..String
User-name to be used for validation on the proxy.