PlayReadySoapMessage.GetMessageBody Method
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.
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.