HttpDiagnosticProviderRequestResponseTimestamps.ResponseReceivedTimestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.