MessageHeader<T>.MustUnderstand 属性

定义

获取或设置一个值,该值指示是否必须理解标头,如 SOAP 1.1/1.2 规范所述。

public:
 property bool MustUnderstand { bool get(); void set(bool value); };
public bool MustUnderstand { get; set; }
member this.MustUnderstand : bool with get, set
Public Property MustUnderstand As Boolean

属性值

如果必须理解标头,则为 true;否则为 false

注解

如果此属性为 true 且消息接收方无法解释消息头,则不会处理消息并且会引发异常。 如果此属性为 false,则接收方可忽略消息头并继续进行处理。

适用于