An NDoc Documented Class Library

Socks5Context Constructor (String, Int32)

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

public Socks5Context(
   string proxyAddress,
   int proxyPort
);

Parameters

proxyAddress
Address to be used to connect to the proxy.
proxyPort
Port on the proxy to connect to.

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