Share via


LocalEndpointStateChangedEventArgs.MessageData Property

Gets the message that caused the state transition.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property MessageData As SipMessageData
    Get
'Usage
Dim instance As LocalEndpointStateChangedEventArgs
Dim value As SipMessageData

value = instance.MessageData
public SipMessageData MessageData { get; }

Property Value

Type: Microsoft.Rtc.Signaling.SipMessageData

Remarks

It will return null if the state transition was not caused by a message.

See Also

Reference

LocalEndpointStateChangedEventArgs Class

LocalEndpointStateChangedEventArgs Members

Microsoft.Rtc.Collaboration Namespace