An NDoc Documented Class Library

Socks4Context Constructor (String, Int32, String)

Constructs a Socks4Context setting the proxy-address, the proxy-port, and the user-name.

public Socks4Context(
   string proxyAddress,
   int proxyPort,
   string userName
);

Parameters

proxyAddress
Address to be used to connect to the proxy.
proxyPort
Port on the proxy to connect to.
userName
User-name to be used for validation on the proxy.

See Also

Socks4Context Class | EnterpriseDT.Util.Socks Namespace | Socks4Context Constructor Overload List