Share via


HttpDiagnosticProviderRequestResponseTimestamps.SslNegotiatedTimestamp Property

Definition

Gets the time of the SSL handshake negotiation.

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

Property Value

The time of the SSL handshake negotiation.

Applies to