Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MessageHeaders::UnderstoodHeaders Property

 

Gets all the message headers that must be understood, according to SOAP 1.1/1.2 specification.

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

public:
property UnderstoodHeaders^ UnderstoodHeaders {
	UnderstoodHeaders^ get();
}

Property Value

Type: System.ServiceModel.Channels::UnderstoodHeaders^

A UnderstoodHeaders that represents the message headers that must be understood.

If the message receiver cannot interpret the message headers contained in this property, the message is not processed and an exception is thrown.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft