The CallTransferReceivedEventArgstype exposes the following members.

Constructors

  Name Description
CallTransferReceivedEventArgs
Copy constructor for dervie class to initialize base class properties.

Methods

  Name Description
Accept
Accepts the incoming transfer.
Decline
Declines the incoming transfer request.
DeclineWithResponse
Declines the incoming transfer. This will result in sending a failure response.
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
MessageData
Gets the detailed signaling information associated with the transfer received.
NewConversation
Gets the Conversation used to communicate with the destination URI of the transfer.
TransferDestination
Gets the destination URI of the transfer.
TransferredBy
Gets the URI of the initiator of the transfer, when present. Otherwise, returns an empty string.

See Also