ResponseData Property

Gets the response data containing the message received on the state transition.

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

Syntax

'Declaration
Public ReadOnly Property ResponseData As SipResponseData
    Get
'Usage
Dim instance As RegistrationStateChangedEventArgs
Dim value As SipResponseData

value = instance.ResponseData
public SipResponseData ResponseData { get; }

Property Value

Type: Microsoft.Rtc.Signaling..::..SipResponseData

Remarks

It returns nullNothingnullptrunita null reference (Nothing in Visual Basic), if state transition does not contain any response data.

See Also

Reference

RegistrationStateChangedEventArgs Class

RegistrationStateChangedEventArgs Members

Microsoft.Rtc.Signaling Namespace