CallForwardOptions Members
Include Protected Members
Include Inherited Members
Optional parameter for forwarding the call.
The CallForwardOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallForwardOptions() | Creates a new instance of the call forward options class with a 303 response code. | |
CallForwardOptions(Int32) | Creates a new instance of call forward options with given response code |
Top
Properties
Name | Description | |
---|---|---|
DiagnosticsInformation | Gets or sets the diagnostics information to be included when forwarding the call. | |
Headers | Gets the list of custom signaling headers to be included in the response. | |
ResponseCode | Gets or sets the response code for forwarding the 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