Implements a Socket class that can connect trough a SOCKS proxy server.
For a list of all members of this type, see ProxySocket Members.
System.Object Socket
ProxySocket
[Visual Basic]
Public Class ProxySocket
Inherits Socket
Implements IDisposable
[C#]
public class ProxySocket : Socket, IDisposable
Remarks
This class implements SOCKS4[A] and SOCKS5.
It does not, however, implement the BIND commands, so you cannot .
Requirements
Namespace: Org.Mentalis.Network.ProxySocket Namespace
Assembly: Org.Mentalis.Network.ProxySocket.dll
See Also
ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace