Share via


PlayReadySoapMessage.GetMessageBody Method

Definition

Retrieves the contents of the SOAP message.

public:
 virtual Platform::Array <byte> ^ GetMessageBody() = GetMessageBody;
winrt::array_view <byte> GetMessageBody();
public byte[] GetMessageBody();
function getMessageBody()
Public Function GetMessageBody () As Byte()

Returns

Byte[]

byte[]

The contents of the SOAP message.

Applies to