GetMessageBody Method

Puts the desired ContentType and messageBody on out params for the given requestType.

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

Syntax

'Declaration
Sub GetMessageBody ( _
    requestType As SipSubscription..::..RequestType, _
    <OutAttribute> ByRef contentType As ContentType, _
    <OutAttribute> ByRef messageBody As Byte() _
)
'Usage
Dim instance As ISipSubscriptionProcessor
Dim requestType As SipSubscription..::..RequestType
Dim contentType As ContentType
Dim messageBody As Byte()

instance.GetMessageBody(requestType, _
    contentType, messageBody)
void GetMessageBody(
    SipSubscription..::..RequestType requestType,
    out ContentType contentType,
    out byte[] messageBody
)

Parameters

  • messageBody
    Type: array<System..::..Byte>[]()[][]%
    Content body for the request message.

See Also

Reference

ISipSubscriptionProcessor Interface

ISipSubscriptionProcessor Members

Microsoft.Rtc.Signaling Namespace