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.
Gets the message body.
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: []
Returns the body.