HttpDiagnosticProviderRequestResponseTimestamps.ConnectionCompletedTimestamp 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 end of the TCP connection phase.
public:
property IReference<DateTime> ^ ConnectionCompletedTimestamp { IReference<DateTime> ^ get(); };
IReference<DateTime> ConnectionCompletedTimestamp();
public System.Nullable<System.DateTimeOffset> ConnectionCompletedTimestamp { get; }
var iReference = httpDiagnosticProviderRequestResponseTimestamps.connectionCompletedTimestamp;
Public ReadOnly Property ConnectionCompletedTimestamp As Nullable(Of DateTimeOffset)
Property Value
The timestamp for the end of the TCP connection phase.