CallForwardOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameter for forwarding the call.
public ref class CallForwardOptions
public class CallForwardOptions
type CallForwardOptions = class
Public Class CallForwardOptions
- Inheritance
-
CallForwardOptions
Constructors
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 |
Properties
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. |