MustUnderstandBehavior(Boolean) 构造函数

定义

使用指定值初始化 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 时引发异常。

适用于