HttpContextBase.Timestamp Property

Definition

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

Property Value

The timestamp of the current HTTP request.

Exceptions

Applies to