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 Name | Description |
|---|---|
| None | No proxy server; the ProxySocket object behaves exactly like an ordinary Socket object. |
| Socks4 | A SOCKS4[A] proxy server. |
| Socks5 | A SOCKS5 proxy server. |
Requirements
Namespace: Org.Mentalis.Network.ProxySocket Namespace
Assembly: Org.Mentalis.Network.ProxySocket.dll