Request.ConnectionId プロパティ

定義

現在の要求の一意の接続識別子を取得します。

public:
 property System::String ^ ConnectionId { System::String ^ get(); };
public string ConnectionId { get; }
member this.ConnectionId : string
Public ReadOnly Property ConnectionId As String

プロパティ値

現在の要求の一意の接続識別子。

適用対象