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.
Puts the desired ContentType and messageBody on out params for the given requestType.
public:
void GetMessageBody(Microsoft::Rtc::Signaling::SipSubscription::RequestType requestType, [Runtime::InteropServices::Out] System::Net::Mime::ContentType ^ % contentType, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % messageBody);
public void GetMessageBody (Microsoft.Rtc.Signaling.SipSubscription.RequestType requestType, out System.Net.Mime.ContentType contentType, out byte[] messageBody);
abstract member GetMessageBody : Microsoft.Rtc.Signaling.SipSubscription.RequestType * * -> unit
Parameters
- requestType
- SipSubscription.RequestType
Subscription request type.
- contentType
- ContentType
ContentType to be specify on contenttype header of the message.
- messageBody
- Byte[]
Content body for the request message.