GetBody Method

Represents the body in byte or nullNothingnullptrunita null reference (Nothing in Visual Basic) if there is none.

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

Syntax

'Declaration
Public Function GetBody As Byte()
'Usage
Dim instance As ContentDescription
Dim returnValue As Byte()

returnValue = instance.GetBody()
public byte[] GetBody()

Return Value

Type: array<System..::..Byte>[]()[][]
Returns the byte representation of the media description or nullNothingnullptrunita null reference (Nothing in Visual Basic) if there is none.

See Also

Reference

ContentDescription Class

ContentDescription Members

Microsoft.Rtc.Signaling Namespace