CallForwardReceivedEventArgs Members
Include Protected Members
Include Inherited Members
Represents information received when a call is forwarded by the remote endpoint.
The CallForwardReceivedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallForwardReceivedEventArgs | Copy constructor for the derived class to initialize. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Accept | Accepts the forward of the call specified in ForwardDestination. | |
Decline | Declines the forward of the call. | |
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