次の方法で共有


HttpContextWrapper.Timestamp プロパティ

定義

現在の HTTP 要求の初期タイムスタンプを取得します。

public:
 virtual property DateTime Timestamp { DateTime get(); };
public override DateTime Timestamp { get; }
member this.Timestamp : DateTime
Public Overrides ReadOnly Property Timestamp As DateTime

プロパティ値

現在の HTTP 要求のタイムスタンプ。

適用対象