IHttpSysRequestTimingFeature 인터페이스

정의

이렇게 하면 Http.Sys 타임스탬프 데이터를 처리하는 요청이 포함된 Http.Sys HTTP_REQUEST_TIMING_INFO 확장성 지점이 노출됩니다.

public interface IHttpSysRequestTimingFeature
type IHttpSysRequestTimingFeature = interface
Public Interface IHttpSysRequestTimingFeature

속성

Timestamps

모든 Http.Sys 타이밍 타임스탬프를 가져옵니다.

메서드

TryGetElapsedTime(HttpSysRequestTimingType, HttpSysRequestTimingType, TimeSpan)

지정된 두 타이밍 사이의 경과된 시간을 가져옵니다.

TryGetTimestamp(HttpSysRequestTimingType, Int64)

지정된 타이밍에 대한 타임스탬프를 가져옵니다.

적용 대상