Relays data between a remote host and a local client, using the SOCKS protocols.
For a list of all members of this type, see SocksClient Members.
System.Object Client
SocksClient
[Visual Basic]
NotInheritable Public Class SocksClient
Inherits Client
Implements IDisposable
[C#]
public sealed class SocksClient : Client, IDisposable
Remarks
This class implements the SOCKS4, SOCKS4a and SOCKS5 protocols.If the MustAuthenticate property is set, only SOCKS5 connections are allowed and the AuthList parameter of the constructor should not be null.
Requirements
Namespace: Org.Mentalis.Proxy.Socks Namespace
Assembly: Proxy.exe