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.
Value
IPropertySet IPropertySet IPropertySet IPropertySet

The SOAP message headers.

Uri Uri Uri Uri

Gets the base URL of the XML Web service.

public : Uri Uri { get; }public Uri Uri { get; }Public ReadOnly Property Uri As Uri// You can use this property in JavaScript.
Value
Uri Uri Uri Uri

The base URL of the XML Web service.

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.