Edit

Share via


Response.StatusClass Property

Definition

The StatusClass property contains the class of the numeric SIP status code.

public:
 property int StatusClass { int get(); };
public int StatusClass { get; }
Public ReadOnly Property StatusClass As Integer

Property Value

Remarks

For example, a 486 status code belongs to the 400 status class. This property is calculated based on StatusCode.

Applies to