MessageHeader.MustUnderstand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the header must be understood, according to SOAP 1.1/1.2 specification.
public:
virtual property bool MustUnderstand { bool get(); };
public override bool MustUnderstand { get; }
member this.MustUnderstand : bool
Public Overrides ReadOnly 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.