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.

Syntax

typedef enum _HTTP_REQUEST_INFO_TYPE {
  HttpRequestInfoTypeAuth,
  HttpRequestInfoTypeChannelBind,
  HttpRequestInfoTypeSslProtocol,
  HttpRequestInfoTypeSslTokenBindingDraft,
  HttpRequestInfoTypeSslTokenBinding,
  HttpRequestInfoTypeRequestTiming,
  HttpRequestInfoTypeTcpInfoV0,
  HttpRequestInfoTypeRequestSizing,
  HttpRequestInfoTypeQuicStats,
  HttpRequestInfoTypeTcpInfoV1,
  HttpRequestInfoTypeQuicStatsV2,
  HttpRequestInfoTypeTcpInfoV2
} HTTP_REQUEST_INFO_TYPE, *PHTTP_REQUEST_INFO_TYPE;

Constants

 
HttpRequestInfoTypeAuth
The 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
HttpRequestInfoTypeRequestTiming
The 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

See also