MessageHeaderDescription.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

适用于