MessageHeaders.UnderstoodHeaders 属性

定义

获取必须按照 SOAP 1.1 和 1.2 规范解释的所有消息头。

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

属性值

UnderstoodHeaders

UnderstoodHeaders 包含必须理解的消息标头。

注解

如果消息接收方无法解释此属性中包含的消息头,则不会处理消息并且会引发异常。

适用于