Share via


PlayReadySoapMessage.MessageHeaders Property

Definition

Gets a collection of the SOAP headers applied to the current SOAP request or SOAP response.

public:
 property IPropertySet ^ MessageHeaders { IPropertySet ^ get(); };
IPropertySet MessageHeaders();
public IPropertySet MessageHeaders { get; }
var iPropertySet = playReadySoapMessage.messageHeaders;
Public ReadOnly Property MessageHeaders As IPropertySet

Property Value

The SOAP message headers.

Applies to