Back to product page

ProxyTypes enumeration


List of all supported proxy server types.

Remarks

Possible values for ProxyTypes:

Constant Description
ProxyNone No proxy is used.
ProxySocks4 Connection is made through SOCKS4 proxy firewall.
ProxySocks5 Connection is made through SOCKS5 proxy firewall.
ProxyWEBStandard Typical WEB proxy (using web CONNECT command) is used.
ProxyRelay Pipe/Relay is used.
ProxySocks4a Connection is made through SOCKS4a proxy firewall.

Platforms

Windows