HTTP_REQUEST_INFO_TYPE enumeration (http.h)
The HTTP_REQUEST_INFO_TYPE enumeration defines the type of information contained in the HTTP_REQUEST_INFO structure.
This enumeration is used in the HTTP_REQUEST_INFO structure.
Syntax
typedef enum _HTTP_REQUEST_INFO_TYPE {
HttpRequestInfoTypeAuth,
HttpRequestInfoTypeChannelBind,
HttpRequestInfoTypeSslProtocol,
HttpRequestInfoTypeSslTokenBindingDraft,
HttpRequestInfoTypeSslTokenBinding,
HttpRequestInfoTypeRequestTiming,
HttpRequestInfoTypeTcpInfoV0,
HttpRequestInfoTypeRequestSizing,
HttpRequestInfoTypeQuicStats,
HttpRequestInfoTypeTcpInfoV1
} HTTP_REQUEST_INFO_TYPE, *PHTTP_REQUEST_INFO_TYPE;
Constants
HttpRequestInfoTypeAuth The request 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 |
Requirements
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | http.h |