Represents the body in byte or null, if there is none.

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

Syntax

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

Return Value

Returns the byte representation of the media description or null if there is none.

See Also