Share via


Response.StatusClass

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Response.StatusClass

Response.StatusClass

The StatusClass property contains the class of the status code.

Syntax

  public Int32 StatusClass {get;} 

Syntax

 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 Office Communications Server 2007 R2.

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

Response Sip Class

Response.StatusCode