Edit

Share via


CallForwardReceivedEventArgs Class

Definition

Represents information received when a call is forwarded by the remote endpoint.

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

Remarks

At most one forward destination URI will be honored.

Constructors

CallForwardReceivedEventArgs(CallForwardReceivedEventArgs)

Copy constructor for the derived class to initialize.

Properties

ForwardActionTaken

Gets the value indicating that redirect action is taken on eventarg.

ForwardDestination

Gets the destination URI indicated in the forward response message.

MessageData

Gets the detailed signaling information associated with the forward.

Methods

Accept()

Accepts the forward of the call specified in ForwardDestination.

Decline()

Declines the forward of the call.

Applies to