Implements a Socket class that can connect trough a SOCKS proxy server.

Namespace: Jscape.Util.Proxy
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

C#
public class ProxySocket : Socket
Visual Basic
Public Class ProxySocket _
	Inherits Socket
Visual C++
public ref class ProxySocket : public Socket

Remarks

This class implements SOCKS4[A] and SOCKS5.
It does not, however, implement the BIND commands, so you cannot .

Inheritance Hierarchy

System..::..Object
  System.Net.Sockets..::..Socket
    Jscape.Util.Proxy..::..ProxySocket

See Also