MustUnderstandBehavior(Boolean) Constructor
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.
Initializes a new instance of the MustUnderstandBehavior class using the specified value.
public:
MustUnderstandBehavior(bool validate);
public MustUnderstandBehavior (bool validate);
new System.ServiceModel.Description.MustUnderstandBehavior : bool -> System.ServiceModel.Description.MustUnderstandBehavior
Public Sub New (validate As Boolean)
Parameters
- validate
- Boolean
A value that specifies whether to enforce validation of mustUnderstand
headers.
Remarks
Pass false
as the validate
parameter to this constructor to prevent an exception from being thrown when the runtime encounters a System.ServiceModel.Channels.MessageHeader in a message for which the MessageHeader.MustUnderstand property is true
but the header is not in the MessageHeaders.UnderstoodHeaders property for the message.