ISipSubscriptionProcessor.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
- requestType
Type: Microsoft.Rtc.Signaling.SipSubscription.RequestType
Subscription request type.
- contentType
Type: System.Net.Mime.ContentType
ContentType to be specify on contenttype header of the message.
- messageBody
Type: []
Content body for the request message.
See Also
Reference
ISipSubscriptionProcessor Interface