Edit

Share via


CallDeclineOptions.ResponseCode Property

Definition

Gets or sets the response code for declining the call.

public:
 property int ResponseCode { int get(); void set(int value); };
public int ResponseCode { get; set; }
member this.ResponseCode : int with get, set
Public Property ResponseCode As Integer

Property Value

Exceptions

Thrown when value is less than 400 or greater than 699.

Remarks

DeclineOptions do not allow the 3xx response code for decline with redirection.

Applies to