Share via


HttpDiagnosticProviderRequestResponseTimestamps.SslNegotiatedTimestamp 속성

정의

SSL 핸드셰이크 협상 시간을 가져옵니다.

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)

속성 값

SSL 핸드셰이크 협상 시간입니다.

적용 대상