Skip to content

ProxyTypes enumeration

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

public enum ProxyTypes

Values

name value description
None 0 No proxy server; the ProxySocket object behaves exactly like an ordinary Socket object.
Https 1 A HTTPS (CONNECT) proxy server.
Socks4 2 A SOCKS4[A] proxy server.
Socks5 3 A SOCKS5 proxy server.

See Also