GetBody Method

Returns the body of the message as a byte array.

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

Syntax

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

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

Return Value

Type: array<System..::..Byte>[]()[][]
A byte array containing the message body.

See Also

Reference

MessageReceivedEventArgs Class

MessageReceivedEventArgs Members

Microsoft.Rtc.Signaling Namespace