PlayReadySoapMessage.MessageHeaders 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 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.