online source control
back to content
sign up free version control plan

Enum_ProxyType Enum

Description

Indicates the proxy type of the server.

It is used with the following method.

Interface Method
ISAWHAppObject ConnectToServer()

Constants

Name Value Description
Enum_NOPROXY 0

No proxy is used.

Enum_SOCKS4 1 SOCKS4 proxy is used.
Enum_SOCKS5 2 SOCKS5 proxy is used
Enum_HTTP 3 HTTP proxy is used.