ws1-framework/com.airwatch.gateway.enums/ProxySetupType
ProxySetupType¶
enum ProxySetupType
Enumeration of proxy setup types supported by the Gateway SDK.
Entries¶
| Name | Description |
|---|---|
| PACV2 | PAC (Proxy Auto-Config) version 2 setup type. |
| TUNNEL | Tunnel-based proxy setup. |
| BASIC_USERNAME_PASSWORD | Basic username and password proxy authentication. |
| NONE | No proxy setup required. |