TransferStateChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents the information associated with the status of a transfer accepted by the remote endpoint.
The TransferStateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
MessageData | Gets the NOTIFY message received for the implicit subscription created for a transfer request sent earlier in this call. | |
PreviousState | Gets the previous state for the object. (inherited from StateChangedEventArgs<T>) | |
RemainingSipFragment | Gets the rest of the SIP fragment body. | |
State | Gets the new state for the object. (inherited from StateChangedEventArgs<T>) | |
StatusCode | Gets the status code received in the SIP fragment contained in the SIP NOTIFY. | |
StatusText | Gets the status text received in the SIP fragment contained in the SIP NOTIFY. |
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