The TransferStateChangedEventArgstype exposes the following members.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  Name Description
Error Obsolete.
Gets the exception related to the state change or null. If an exception is present, it may be used to distinguish reasons for state transitions. A value of null does not necessarily indicate success.
(Inherited from StateChangedEventArgs < (Of < ( T > ) > ) .)
IsMethodResult Obsolete.
Gets whether the results of the state change will also be reported directly to the application due to a method call. For example, an exception encountered by calling Invite would be reported both where Invite was called, and in the state change. An application written to handle errors when it makes method calls should only need to handle results reported in the state change only (IsMethodResult==false).
(Inherited from StateChangedEventArgs < (Of < ( T > ) > ) .)
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 < (Of < ( T > ) > ) .)
RemainingSipFragment
Gets the rest of the SIP fragment body.
State
Gets the new state for the object.
(Inherited from StateChangedEventArgs < (Of < ( 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.

See Also