Share via


HTTP_REQUEST_TIMING_INFO-Struktur (http.h)

Enthält Informationen darüber, wie viel Zeit in jeder Anforderungsverarbeitungsphase aufgewendet wurde.

Syntax

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

Member

RequestTimingCount

Typ: ULONG

RequestTiming[HttpRequestTimingTypeMax]

Typ: ULONGLONG[HttpRequestTimingTypeMax]

Die Zeitsteuerungstypen werden in HTTP_REQUEST_TIMING_TYPE definiert.

Anforderungen

   
Kopfzeile http.h