Enum_ProxyType Enum
Description
The Enum_ProxyType enumeration indicates the proxy type of the server.
It is used with the following method.
| Interface | Method |
| ISAWVSDK | 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. |
See Also
ConnectToServer() method