IContextChannel.SessionId プロパティ

定義

現在のセッションの識別子があれば、それを返します。

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

プロパティ値

String

現在のセッション識別子 (存在する場合)。

適用対象