Share via


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

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

Namespace:Microsoft.Rtc.Sip Namespace

Assembly: ServerAgent (in ServerAgent.dll)

Concepts

Response_OCS_ServerApi

Response.StatusCode