PlayReadySoapMessage
PlayReadySoapMessage
PlayReadySoapMessage
PlayReadySoapMessage
Class
Definition
Contains a SOAP message used in manual challenge requests.
public : sealed class PlayReadySoapMessage : IPlayReadySoapMessagepublic sealed class PlayReadySoapMessage : IPlayReadySoapMessagePublic NotInheritable Class PlayReadySoapMessage Implements IPlayReadySoapMessage// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
MessageHeaders MessageHeaders MessageHeaders MessageHeaders
Gets a collection of the SOAP headers applied to the current SOAP request or SOAP response.
public : IPropertySet MessageHeaders { get; }public IPropertySet MessageHeaders { get; }Public ReadOnly Property MessageHeaders As IPropertySet// You can use this property in JavaScript.
The SOAP message headers.
Methods
GetMessageBody() GetMessageBody() GetMessageBody() GetMessageBody()
Retrieves the contents of the SOAP message.
public : byte[] GetMessageBody()public byte[] GetMessageBody()Public Function GetMessageBody() As byte[]// You can use this method in JavaScript.
Returns
byte[]
byte[]
byte[]
byte[]
The contents of the SOAP message.