SignalingStateChangedEventArgs.MessageData Property
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.
Gets the message data associated with this state transition, if any. This can be null.
public:
property Microsoft::Rtc::Signaling::SipMessageData ^ MessageData { Microsoft::Rtc::Signaling::SipMessageData ^ get(); };
public Microsoft.Rtc.Signaling.SipMessageData MessageData { get; }
member this.MessageData : Microsoft.Rtc.Signaling.SipMessageData
Public ReadOnly Property MessageData As SipMessageData