RemotingService.Session プロパティ

定義

現在の要求に対する HttpSessionState を取得します。

public:
 property System::Web::SessionState::HttpSessionState ^ Session { System::Web::SessionState::HttpSessionState ^ get(); };
public System.Web.SessionState.HttpSessionState Session { get; }
member this.Session : System.Web.SessionState.HttpSessionState
Public ReadOnly Property Session As HttpSessionState

プロパティ値

HttpSessionState

現在の要求に関する HttpSessionState

適用対象