RedirectionScope.Message 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메시지 리디렉션 범위를 나타내는 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의 기본값입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET