ProxyTypes Enumeration

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

ProxyTypes Enumeration

Specifies the type of proxy servers that an instance of the ProxySocket class can use.

[Visual Basic]Public Enum ProxyTypes
[C#]
public enum ProxyTypes

Members

Member NameDescription
NoneNo proxy server; the ProxySocket object behaves exactly like an ordinary Socket object.
Socks4A SOCKS4[A] proxy server.
Socks5A SOCKS5 proxy server.

Requirements

Namespace: Org.Mentalis.Network.ProxySocket Namespace

Assembly: Org.Mentalis.Network.ProxySocket.dll

See Also

Org.Mentalis.Network.ProxySocket Namespace