DotMSN

ProxySocket Class

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
   System.Net.Sockets.Socket
      Org.Mentalis.Network.ProxySocket.ProxySocket

[Visual Basic]
Public Class ProxySocket
    Inherits Socket
[C#]
public class ProxySocket : Socket

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class implements SOCKS4[A] and SOCKS5.

Requirements

Namespace: Org.Mentalis.Network.ProxySocket

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace