Share via


PlayReadySoapMessage Class

Definition

Contains a SOAP message used in manual challenge requests.

public ref class PlayReadySoapMessage sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadySoapMessage final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadySoapMessage
Public NotInheritable Class PlayReadySoapMessage
Inheritance
Object Platform::Object IInspectable PlayReadySoapMessage
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

MessageHeaders

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

Uri

Gets the base URL of the XML Web service.

Methods

GetMessageBody()

Retrieves the contents of the SOAP message.

Applies to