다음을 통해 공유


RedirectionScope.Message 속성

정의

메시지 리디렉션 범위를 나타내는 RedirectionScope를 가져옵니다.

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

속성 값

메시지 리디렉션 범위입니다.

설명

메시지 리디렉션 범위는 단일 메시지에 대해 리디렉션이 유효함을 나타냅니다. 단일 메시지의 해석은 단일 메시지 인스턴스를 의미하거나 특정 서비스 메서드의 호출이 발생하는 모든 메시지와 같은 특정 메시지 형식을 의미할 수 있습니다. RedirectionScope의 기본값입니다.

적용 대상