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.
Specifies the type of proxy protocol for a per-connection proxy configuration.
Syntax
typedef enum _WINHTTP_CONNECTION_PROXY_TYPE {
WINHTTP_CONNECTION_PROXY_TYPE_NULL = 0,
WINHTTP_CONNECTION_PROXY_TYPE_HTTP = 1
} WINHTTP_CONNECTION_PROXY_TYPE;
Constants
| Constant | Value | Description |
|---|---|---|
| WINHTTP_CONNECTION_PROXY_TYPE_NULL | 0 | No proxy / placeholder. |
| WINHTTP_CONNECTION_PROXY_TYPE_HTTP | 1 | HTTP/HTTPS proxy. |
Remarks
Note
This type is not currently included in an SDK header file. You must declare it yourself in your code.
Requirements
| Requirement | Value |
|---|---|
| Header | N/A |