HttpContext.Timestamp 属性

定义

获取当前 HTTP 请求的初始时间戳。

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

属性值

当前 HTTP 请求的时间戳。

注解

Timestamp 属性返回的时间戳是服务器的本地时间,是在实例化 对象期间设置的 HttpContext 。 本地时间等于 UTC 时间加上 UTC 偏移量。

适用于