Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the body of the message.
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: []
Returns the raw byte data of the message body.
See Also
Reference
MessageReceivedEventArgs Class