Response.StatusClass
Response.StatusClass
Response.StatusClass
The StatusClass property contains the class of the status code.
Syntax
[C#]
public Int32 StatusClass {get;}
Syntax
[Visual Basic .NET]
Public ReadOnly Property StatusClass As Int32
Remarks
The status class is defined as (status code - (status code modulus 100)). For status code 416 "Unsupported URI Scheme", the value of this property would be "400", indicating a "Request Failure" status class.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)