HttpContextWrapper.Timestamp Property

Definition

Gets the initial timestamp of the current HTTP request.

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

Property Value

The timestamp of the current HTTP request.

Applies to