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