次の方法で共有


HttpDiagnosticProviderRequestResponseTimestamps.ConnectionCompletedTimestamp プロパティ

定義

TCP 接続フェーズの最後のタイムスタンプを取得します。

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)

プロパティ値

TCP 接続フェーズの終了のタイムスタンプ。

適用対象