RegistrationStateChangedEventArgs.ResponseData Property
NOTE: This API is now obsolete.
Returns the response data containing the message received on state transition.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property will be removed from future versions. Use MessageData instead, casting it to the correct type.")> _
Public ReadOnly Property ResponseData As SipResponseData
Get
'Usage
Dim instance As RegistrationStateChangedEventArgs
Dim value As SipResponseData
value = instance.ResponseData
[ObsoleteAttribute("This property will be removed from future versions. Use MessageData instead, casting it to the correct type.")]
public SipResponseData ResponseData { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipResponseData
Remarks
It will return null, if state transition does not contain any response data.
See Also
Reference
RegistrationStateChangedEventArgs Class