Share via


HttpDiagnosticProviderRequestResponseTimestamps.ConnectionInitiatedTimestamp Property

Definition

Gets the timestamp for the start of the TCP connection phase.

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

Property Value

The timestamp for the start of the TCP connection phase.

Applies to