Gets the message body.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Function 
GetMessageBody 
As 
Byte()
C#
public 
byte[] 
GetMessageBody()
Visual C++
public:
array<
unsigned char>^ 
GetMessageBody()
JavaScript
function 
getMessageBody();

Return Value

Returns the body.

See Also