HttpContextBase.Timestamp 属性
定义
在派生类中重写时,获取当前 HTTP 请求的初始时间戳。When overridden in a derived class, gets the initial timestamp of the current HTTP request.
public:
virtual property DateTime Timestamp { DateTime get(); };
public virtual DateTime Timestamp { get; }
member this.Timestamp : DateTime
Public Overridable ReadOnly Property Timestamp As DateTime
属性值
当前 HTTP 请求的时间戳。The timestamp of the current HTTP request.
例外
始终。Always.