Share via


RedirectionScope.Session プロパティ

定義

セッション リダイレクト スコープを表す RedirectionScope を取得します。

public:
 static property System::ServiceModel::Channels::RedirectionScope ^ Session { System::ServiceModel::Channels::RedirectionScope ^ get(); };
public static System.ServiceModel.Channels.RedirectionScope Session { get; }
static member Session : System.ServiceModel.Channels.RedirectionScope
Public Shared ReadOnly Property Session As RedirectionScope

プロパティ値

セッション リダイレクト スコープ。

注釈

セッション リダイレクト スコープは、リダイレクトが論理セッションのスコープに対して有効であることを示します。 アプリケーションでどのように 1 つのセッションと見なす対象が決定されるかは、このプロトコルでは定義されません。 トランスポートの物理接続の有効期間はその一例です。

適用対象