MessageHeader<T>.MustUnderstand Property

Definition

Gets or sets a value that indicates whether the header must be understood, as stated in the SOAP 1.1/1.2 specification.

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

Property Value

true if the header must be understood; otherwise, false.

Remarks

If this property is true and the message receiver cannot interpret the message header, the message is not processed and an exception is thrown. If this property is false, the receiver can ignore the message header and continue processing.

Applies to