MustUnderstand Property
Collapse the table of content
Expand the table of content

MessageHeader.MustUnderstand Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a value that indicates whether the header must be understood, according to SOAP 1.1 or 1.2 specification.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public override bool MustUnderstand { get; }

Property Value

Type: System.Boolean
true if the header must be understood; otherwise, false.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft