共用方式為


PlayReadySoapMessage.GetMessageBody 方法

定義

擷取 SOAP 訊息的內容。

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

傳回

Byte[]

byte[]

SOAP 訊息的內容。

適用於