HttpDiagnosticProviderRequestResponseTimestamps.ResponseCompletedTimestamp 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 last byte received.
public:
property IReference<DateTime> ^ ResponseCompletedTimestamp { IReference<DateTime> ^ get(); };
IReference<DateTime> ResponseCompletedTimestamp();
public System.Nullable<System.DateTimeOffset> ResponseCompletedTimestamp { get; }
var iReference = httpDiagnosticProviderRequestResponseTimestamps.responseCompletedTimestamp;
Public ReadOnly Property ResponseCompletedTimestamp As Nullable(Of DateTimeOffset)
Property Value
The timestamp for the last byte received.