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.
The HTTP_REQUEST_INFO_TYPE enumeration defines the type of information contained in the HTTP_REQUEST_INFO structure.
Syntax
typedef enum _HTTP_REQUEST_INFO_TYPE {
HttpRequestInfoTypeAuth,
HttpRequestInfoTypeChannelBind,
HttpRequestInfoTypeSslProtocol,
HttpRequestInfoTypeSslTokenBindingDraft,
HttpRequestInfoTypeSslTokenBinding,
HttpRequestInfoTypeRequestTiming,
HttpRequestInfoTypeTcpInfoV0,
HttpRequestInfoTypeRequestSizing,
HttpRequestInfoTypeQuicStats,
HttpRequestInfoTypeTcpInfoV1,
HttpRequestInfoTypeQuicStatsV2,
HttpRequestInfoTypeTcpInfoV2,
HttpRequestInfoTypeTransportIdleConnectionTimeout,
HttpRequestInfoTypeDscpTag,
HttpRequestInfoTypeInitialPacketTtl
} HTTP_REQUEST_INFO_TYPE, *PHTTP_REQUEST_INFO_TYPE;
Constants
HttpRequestInfoTypeAuthThe requested information type is authentication. The pInfo member of the HTTP_REQUEST_INFO structure points to a HTTP_REQUEST_AUTH_INFO structure. |
HttpRequestInfoTypeChannelBind |
HttpRequestInfoTypeSslProtocol |
HttpRequestInfoTypeSslTokenBindingDraft |
HttpRequestInfoTypeSslTokenBinding |
HttpRequestInfoTypeRequestTimingThe requested information type is timing. The pInfo member of the HTTP_REQUEST_INFO structure points to a HTTP_REQUEST_TIMING_INFO structure. |
HttpRequestInfoTypeTcpInfoV0 |
HttpRequestInfoTypeRequestSizing |
HttpRequestInfoTypeQuicStats |
HttpRequestInfoTypeTcpInfoV1 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | http.h |