Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the message that completed the response.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property MessageData As SipMessageData
Get
Protected Set
'Usage
Dim instance As ConferenceCommandResponse
Dim value As SipMessageData
value = instance.MessageData
instance.MessageData = value
public SipMessageData MessageData { get; protected set; }
Property Value
Type: Microsoft.Rtc.Signaling.SipMessageData
Remarks
The message could either be an INFO request or a 200 OK response.
See Also
Reference
ConferenceCommandResponse Class