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 的默认值。

适用于