ReferStateChangedEventArgs Class
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.
Represents the event argument for Refer state changed event.
public ref class ReferStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Signaling::ReferState>
public class ReferStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Signaling.ReferState>
type ReferStateChangedEventArgs = class
inherit StateChangedEventArgs<ReferState>
Public Class ReferStateChangedEventArgs
Inherits StateChangedEventArgs(Of ReferState)
- Inheritance
Properties
MessageData |
Gets the specific response data in the Notify that was used to map to the new State. |
NotifyRemainingSipFragment |
Gets the remaining text in the notification body after status code and status text. |
NotifyStatusCode |
Gets the status code parsed from notification body. |
NotifyStatusText |
Gets the status text parsed from notification body. |
PreviousState |
Gets the previous state for the object. (Inherited from StateChangedEventArgs<T>) |
State |
Gets the new state for the object. (Inherited from StateChangedEventArgs<T>) |
Methods
ToString() |
Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}. (Inherited from StateChangedEventArgs<T>) |