CallTransferReceivedEventArgs Class

Definition

Represents information associated with the reception of a transfer.

public ref class CallTransferReceivedEventArgs : EventArgs
public class CallTransferReceivedEventArgs : EventArgs
type CallTransferReceivedEventArgs = class
    inherit EventArgs
Public Class CallTransferReceivedEventArgs
Inherits EventArgs
Inheritance
CallTransferReceivedEventArgs
Derived

Constructors

CallTransferReceivedEventArgs(CallTransferReceivedEventArgs)

Copy constructor for dervie class to initialize base class properties.

Properties

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.

Methods

Accept(IEnumerable<SignalingHeader>)

Accepts the incoming transfer.

BeginSendTransferNotification(Int32, CallTransferNotificationOptions, AsyncCallback, Object)

Sends the transfer notification. This will result in sending Notification to the transferor explicitly.

Decline()

Declines the incoming transfer request.

DeclineWithResponse(CallDeclineOptions)

Declines the incoming transfer. This will result in sending a failure response.

EndSendTransferNotification(IAsyncResult)

Waits for the pending send transfer notification operation to complete.

Applies to