An NDoc Documented Class Library

Socks5Context Constructor (String)

Constructs a SOCKS5 context for the proxy with the given address.

public Socks5Context(
   string proxyAddress
);

Parameters

proxyAddress
Address to be used to connect to the proxy.

Remarks

Before the context can be used, one or more authentication methods must be set using the AuthMethods property.

See Also

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