次の方法で共有


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 ハンドシェイク ネゴシエーションの時刻。

適用対象