MustUnderstandBehavior(Boolean) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定值初始化 MustUnderstandBehavior 类的新实例。
public:
MustUnderstandBehavior(bool validate);
public MustUnderstandBehavior (bool validate);
new System.ServiceModel.Description.MustUnderstandBehavior : bool -> System.ServiceModel.Description.MustUnderstandBehavior
Public Sub New (validate As Boolean)
参数
- validate
- Boolean
一个值,指定是否强制执行 mustUnderstand
头的验证。
注解
将 false
作为 validate
参数传递给此构造函数可阻止运行时在消息(其中 System.ServiceModel.Channels.MessageHeader 属性为 MessageHeader.MustUnderstand,但标头不在消息的 true
属性中)中遇到 MessageHeaders.UnderstoodHeaders 时引发异常。