An NDoc Documented Class Library |
|
Socks4Context Constructor (String, String)
Constructs a Socks4Context
setting the proxy-address and user-name.
public Socks4Context(
string proxyAddress,
string userName);
Parameters
-
proxyAddress
- Address to be used to connect to the proxy.
-
userName
- User-name to be used for validation on the proxy.
See Also
Socks4Context Class | EnterpriseDT.Util.Socks Namespace | Socks4Context Constructor Overload List