MustUnderstandBehavior(Boolean) Constructor

Definition

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.

Applies to