MessageHeaders.UnderstoodHeaders Property
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.
Gets all the message headers that must be understood, according to SOAP 1.1/1.2 specification.
public:
property System::ServiceModel::Channels::UnderstoodHeaders ^ UnderstoodHeaders { System::ServiceModel::Channels::UnderstoodHeaders ^ get(); };
public System.ServiceModel.Channels.UnderstoodHeaders UnderstoodHeaders { get; }
member this.UnderstoodHeaders : System.ServiceModel.Channels.UnderstoodHeaders
Public ReadOnly Property UnderstoodHeaders As UnderstoodHeaders
Property Value
A UnderstoodHeaders that represents the message headers that must be understood.
Remarks
If the message receiver cannot interpret the message headers contained in this property, the message is not processed and an exception is thrown.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.