IHttpSysRequestTimingFeature 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這會公開Http.Sys HTTP_REQUEST_TIMING_INFO擴充點,其中包含從 Http.Sys 處理時間戳記資料的要求。
public interface IHttpSysRequestTimingFeature
type IHttpSysRequestTimingFeature = interface
Public Interface IHttpSysRequestTimingFeature
屬性
Timestamps |
取得所有Http.Sys計時時間戳記 |
方法
TryGetElapsedTime(HttpSysRequestTimingType, HttpSysRequestTimingType, TimeSpan) |
取得兩個指定時間之間的經過時間。 |
TryGetTimestamp(HttpSysRequestTimingType, Int64) |
取得指定時間的時間戳記。 |