Socks5 connection proxy class. This class implements the Socks5 standard proxy protocol.

Namespace: Starksoft.Net.Proxy
Assembly:  Starksoft.Net.Proxy (in Starksoft.Net.Proxy.dll)

Syntax

C#
public class Socks5ProxyClient : IProxyClient

Remarks

This implementation supports TCP proxy connections with a Socks v5 server.

Inheritance Hierarchy

System..::Object
  Starksoft.Net.Proxy..::Socks5ProxyClient

See Also