ConferenceSession.ISipSubscriptionProcessor.GetMessageBody Method
Generates a message body and content type for the SUBSCRIBE request to the focus.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Private Sub GetMessageBody ( _
requestType As SipSubscription.RequestType, _
<OutAttribute> ByRef contentType As ContentType, _
<OutAttribute> ByRef messageBody As Byte() _
) Implements ISipSubscriptionProcessor.GetMessageBody
'Usage
Dim instance As ConferenceSession
Dim requestType As SipSubscription.RequestType
Dim contentType As ContentType
Dim messageBody As Byte()
CType(instance, ISipSubscriptionProcessor).GetMessageBody(requestType, _
contentType, messageBody)
void ISipSubscriptionProcessor.GetMessageBody(
SipSubscription.RequestType requestType,
out ContentType contentType,
out byte[] messageBody
)
Parameters
- requestType
Type: Microsoft.Rtc.Signaling.SipSubscription.RequestType
Type of SUBSCRIBE request
- contentType
Type: System.Net.Mime.ContentType
- messageBody
Type: []
Implements
ISipSubscriptionProcessor.GetMessageBody(SipSubscription.RequestType, ContentType, [])