Share via


Response.StatusClass property

 
Communications Server 2007 Server SDK Documentation

Response.StatusClass

The StatusClass property contains the class of the status code.

[C#]
public Int32 StatusClass {get;}
FakePre-156c3393a48b4b2aaeb80216b506c44c-539ee2cba3fe4a21a995c6c03a1e0c30

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
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Response, Response.StatusCode

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.