CallDeclineOptions Members
Include Protected Members
Include Inherited Members
Optional parameters for declining the incoming call.
The CallDeclineOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallDeclineOptions() | Creates a new instance of the CallDeclineOptions class with response code DeclineEverywhere (603). | |
CallDeclineOptions(Int32) | Creates a new instance of the CallDeclineOptions class with a specific response code. |
Top
Properties
Name | Description | |
---|---|---|
DiagnosticsInformation | Gets or sets the diagnostics information to be included when declining the call. | |
Headers | Gets the list of custom signaling headers to be included in the response. | |
ResponseCode | Gets or sets the response code for declining the call. | |
ResponseText | Gets or sets the response text that will be used to decline the incoming call. |
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