An NDoc Documented Class Library

Socks5Context Constructor (IPAddress, Int32)

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

public Socks5Context(
   IPAddress 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