Rebex FTP/SSL for .NET

ProxySocket Class

Implements the subset of the Berkeley sockets interface (or the Socket class) and adds the ability to connect through Socks4/Socks5 or HTTP proxies.

For a list of all members of this type, see ProxySocket Members.

System.Object
   Rebex.Net.ProxySocket

public class ProxySocket

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 is suitable for extending your client applications with the ability to connect through proxies.

This class is limited to operations supported by proxies - it is not a replacementfor the Socket. This means it is perfect for writing clients, but useless for writing servers.

Only connection-oriented protocols are supported at the moment

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.ProxySocket (in Rebex.Net.ProxySocket.dll)

See Also

ProxySocket Members | Rebex.Net Namespace