CallTransferReceivedEventArgs Members
Include Protected Members
Include Inherited Members
Represents information associated with the reception of a transfer.
The CallTransferReceivedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CallTransferReceivedEventArgs | Copy constructor for dervie class to initialize base class properties. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ImplicitNotificationDisabled | Gets or sets whether to disable implicit transfer notification. |
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Accept | Accepts the incoming transfer. |
![]() |
BeginSendTransferNotification | Sends the transfer notification. This will result in sending Notification to the transferor explicitly. |
![]() |
Decline | Declines the incoming transfer request. |
![]() |
DeclineWithResponse | Declines the incoming transfer. This will result in sending a failure response. |
![]() |
EndSendTransferNotification | Waits for the pending send transfer notification operation to complete. |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top