HttpDiagnosticProviderRequestResponseTimestamps.ResponseReceivedTimestamp Property

Definition

Gets the timestamp for the fir byte received.

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

Property Value

The timestamp for the fir byte received.

Remarks

This property is equal to the HttpDiagnosticsProviderResponseReceivedEventArgs.Timestamp property.

Applies to