Click or drag to resize
TransferStateChangedEventArgs Class
Contains information about the state of the transfer.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPTransferStateChangedEventArgs

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class TransferStateChangedEventArgs : EventArgs

The TransferStateChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTransferStateChangedEventArgs
Initializes a new instance of the TransferStateChangedEventArgs class.
Public methodTransferStateChangedEventArgs(TransferState)
Initializes a new instance of the TransferStateChangedEventArgs class.
Public methodTransferStateChangedEventArgs(Int32, String, TransferState)
Initializes a new instance of the TransferStateChangedEventArgs class.
Top
Properties
  NameDescription
Public propertyReasonPhrase
Gets the reason phrase received from the target call.
Public propertyStatusCode
Gets the status code received from the target call.
Public propertyTransferState
Gets the state of the transfer.
Top
See Also