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 data associated with this state transition, if any. This can be null.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property MessageData As SipMessageData
Get
Friend Set
'Usage
Dim instance As SignalingStateChangedEventArgs
Dim value As SipMessageData
value = instance.MessageData
public SipMessageData MessageData { get; internal set; }
Property Value
Type: Microsoft.Rtc.Signaling.SipMessageData
See Also
Reference
SignalingStateChangedEventArgs Class