ReferStateChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents the event argument for Refer state changed event.
The ReferStateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
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>) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Returns a String that represents the current StateChangedEventArgs<T>. (inherited from StateChangedEventArgs<T>) |
Top