Share via


HttpDiagnosticProviderRequestSentEventArgs.Timestamp Property

Definition

Gets the timestamp of when the HttpRequestMessage was sent.

public:
 property DateTime Timestamp { DateTime get(); };
DateTime Timestamp();
public System.DateTimeOffset Timestamp { get; }
var dateTime = httpDiagnosticProviderRequestSentEventArgs.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset

Property Value

The timestamp of when the HttpRequestMessage was sent.

Applies to