Share via


IHttpSysRequestTimingFeature Interface

Definition

This exposes the Http.Sys HTTP_REQUEST_TIMING_INFO extensibility point which contains request processing timestamp data from Http.Sys.

public interface IHttpSysRequestTimingFeature
type IHttpSysRequestTimingFeature = interface
Public Interface IHttpSysRequestTimingFeature

Properties

Timestamps

Gets all Http.Sys timing timestamps

Methods

TryGetElapsedTime(HttpSysRequestTimingType, HttpSysRequestTimingType, TimeSpan)

Gets the elapsed time between the two given timings.

TryGetTimestamp(HttpSysRequestTimingType, Int64)

Gets the timestamp for the given timing.

Applies to