Socks5ProxyClient
Socks5 connection proxy class. This class implements the Socks5 standard proxy protocol.
Proxy Password used to connect to the Proxy Server.
Proxy Username used to connect to the Proxy Server.
Creates a Socks5 proxy client object.
public Socks5ProxyClient(string proxyHost, int proxyPort, string proxyUsername, string proxyPassword)
Creates a Socks5 proxy client object.