Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines constants that specify proxy settings types for extended proxy settings APIs.
Syntax
typedef enum _WINHTTP_PROXY_SETTINGS_TYPE {
WinHttpProxySettingsTypeUnknown,
WinHttpProxySettingsTypeWsl,
WinHttpProxySettingsTypeWsa,
WinHttpProxySettingsTypeXBox
} WINHTTP_PROXY_SETTINGS_TYPE, *PWINHTTP_PROXY_SETTINGS_TYPE;
Constants
WinHttpProxySettingsTypeUnknownSpecifies an unknown type. |
WinHttpProxySettingsTypeWslSpecifies settings for Windows Subsystem for Linux (WSL). |
WinHttpProxySettingsTypeWsaSpecifies settings for Windows Subsystem for Android (WSA). |
Requirements
| Requirement | Value |
|---|---|
| Header | winhttp.h |