MustUnderstandBehavior Class
Instructs to disable the mandatory processing of headers not in the UnderstoodHeaders collection that must be understood according to the SOAP 1.1 and 1.2 specifications.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The MustUnderstandBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MustUnderstandBehavior | Initializes a new instance of the MustUnderstandBehavior class using the specified value. |
| Name | Description | |
|---|---|---|
![]() | ValidateMustUnderstand | Gets or sets a value that specifies whether to ensure that a header is understood according to the SOAP 1.1 and 1.2 specifications. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEndpointBehavior::AddBindingParameters | Supports behavior functionality. |
![]() ![]() | IEndpointBehavior::ApplyClientBehavior | Assigns the value of ValidateMustUnderstand to the ValidateMustUnderstand property. |
![]() ![]() | IEndpointBehavior::ApplyDispatchBehavior | Assigns the value of ValidateMustUnderstand to the ValidateMustUnderstand property. |
![]() ![]() | IEndpointBehavior::Validate | Supports behavior functionality. |
By default the client or service runtime throws an exception when it 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.
To prevent this behavior, use the MustUnderstandBehavior and set the ValidateMustUnderstand property to false. Typically, this is used in scenarios where the message content is meant to be relayed somewhere else and not processed, such as a router service.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
