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)

指定された 2 つのタイミング間の経過時間を取得します。

TryGetTimestamp(HttpSysRequestTimingType, Int64)

指定されたタイミングのタイムスタンプを取得します。

適用対象