RedirectionScope.Message Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the RedirectionScope that represents the message redirection scope.
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
Property Value
The message redirection scope.
Remarks
The message redirection scope indicates the redirection is valid for a single message. The interpretation of a single message may mean a single message instance or it may mean a specific message type, for example, any message that results in the invocation of a specific service method. This is the default value for RedirectionScope.