RedirectionScope.Message Property

Definition

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.

Applies to