CallTransferOptions Members
Include Protected Members
Include Inherited Members
Optional parameters for transfering the call.
The CallTransferOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallTransferOptions() | Creates a new instance of the CallTransferOptions class with CallTransferType set to Attended. | |
CallTransferOptions(CallTransferType) | Creates a new instance of the CallTransferOptions class. |
Top
Properties
Name | Description | |
---|---|---|
Headers | Gets the list of custom signaling headers to be included with the transfer request. | |
MaximumTransferTime | Gets or sets the maximum call transfer time. | |
Transferor | Gets or sets the transferor address. The application MUST verify (see remarks for more details) the identify of the transferor before setting this property. | |
TransferType | Gets the type of call transfer. |
Top
Methods
Name | Description | |
---|---|---|
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