ConferenceSession.ISipSubscriptionProcessor.GetMessageBody Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a message body and content type for the SUBSCRIBE request to the focus.
virtual void Microsoft.Rtc.Signaling.ISipSubscriptionProcessor.GetMessageBody(Microsoft::Rtc::Signaling::SipSubscription::RequestType requestType, [Runtime::InteropServices::Out] System::Net::Mime::ContentType ^ % contentType, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % messageBody) = Microsoft::Rtc::Signaling::ISipSubscriptionProcessor::GetMessageBody;
void ISipSubscriptionProcessor.GetMessageBody (Microsoft.Rtc.Signaling.SipSubscription.RequestType requestType, out System.Net.Mime.ContentType contentType, out byte[] messageBody);
Parameters
- requestType
- SipSubscription.RequestType
Type of SUBSCRIBE request
- contentType
- ContentType
- messageBody
- Byte[]