Share via


HttpDiagnosticProviderRequestResponseTimestamps.ConnectionCompletedTimestamp Property

Definition

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.

Applies to