EnumProxyType Enum
Description
The EnumProxyType enumeration indicates the proxy type of the server.
It is used with the following methods:
Interface | Method |
SAWHSDK | connectToServer |
Constants
Name | Value | Description |
NOPROXY | 0 |
No proxy is used. |
SOCKS4 |
1 |
SOCKS4 proxy is used. |
SOCKS5 |
2 |
SOCKS5 proxy is used |
HTTP | 3 |
HTTP proxy is used. |