IHttpSysRequestTimingFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |