LocalEndpointStateChangedEventArgs.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 that caused the state transition.
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
Property Value
Remarks
It will return null if the state transition was not caused by a message.