IHttpSysRequestTimingFeature 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이렇게 하면 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) |
지정된 타이밍에 대한 타임스탬프를 가져옵니다. |