Share via


HttpDiagnosticProviderRequestResponseTimestamps.RequestSentTimestamp Property

Definition

Gets the timestamp for the first byte sent.

public:
 property IReference<DateTime> ^ RequestSentTimestamp { IReference<DateTime> ^ get(); };
IReference<DateTime> RequestSentTimestamp();
public System.Nullable<System.DateTimeOffset> RequestSentTimestamp { get; }
var iReference = httpDiagnosticProviderRequestResponseTimestamps.requestSentTimestamp;
Public ReadOnly Property RequestSentTimestamp As Nullable(Of DateTimeOffset)

Property Value

The timestamp for the first byte sent.

Remarks

This property is equal to the HttpDiagnosticsProviderRequestSentEventArgs.Timestamp property.

Applies to