次の方法で共有


HttpDiagnosticProviderRequestResponseTimestamps.ResponseCompletedTimestamp プロパティ

定義

最後に受信したバイトのタイムスタンプを取得します。

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

プロパティ値

最後に受信したバイトのタイムスタンプ。

適用対象