HttpContextBase.Timestamp 속성

정의

파생 클래스에서 재정의된 경우 현재 HTTP 요청의 초기 타임스탬프를 가져옵니다.

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

속성 값

DateTime

현재 HTTP 요청의 타임스탬프입니다.

예외

적용 대상