GetMessageBody Method
Gets the message body as a byte array.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetMessageBody As Byte()
'Usage
Dim instance As SipMessageData
Dim returnValue As Byte()
returnValue = instance.GetMessageBody()
public byte[] GetMessageBody()
Return Value
Type: array<System..::..Byte>[]()[][]
A byte array containing the message body.