다음을 통해 공유


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

속성 값

세션 리디렉션 범위입니다.

설명

세션 리디렉션 범위는 논리적 세션 범위에 대해 리디렉션이 유효함을 나타냅니다. 애플리케이션이 세션에 예상하는 항목이 이 프로토콜에 정의되어 있지 않습니다. 전송의 실제 연결 수명이 예가 될 수 있습니다.

적용 대상