Implements a Socket class that can connect trough a SOCKS proxy server.
Namespace: Jscape.Util.ProxyAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.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 .
It does not, however, implement the BIND commands, so you cannot .
Inheritance Hierarchy
System..::..Object
System.Net.Sockets..::..Socket
Jscape.Util.Proxy..::..ProxySocket
System.Net.Sockets..::..Socket
Jscape.Util.Proxy..::..ProxySocket