HTTP_REQUEST_TIMING_INFO structure (http.h)

Contains information about how much time was spent at each request processing stage.

Syntax

typedef struct _HTTP_REQUEST_TIMING_INFO {
  ULONG     RequestTimingCount;
  ULONGLONG RequestTiming[HttpRequestTimingTypeMax];
} HTTP_REQUEST_TIMING_INFO, *PHTTP_REQUEST_TIMING_INFO;

Members

RequestTimingCount

Type: ULONG

RequestTiming[HttpRequestTimingTypeMax]

Type: ULONGLONG[HttpRequestTimingTypeMax]

The timing types are defined in HTTP_REQUEST_TIMING_TYPE.

Requirements

Requirement Value
Header http.h