Share via


HttpDiagnosticProviderRequestResponseTimestamps.RequestCompletedTimestamp Property

Definition

Gets the timestamp for the last byte sent.

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

Property Value

The timestamp for the last byte sent.

Applies to