Response.StatusClass property
Microsoft Office Live Communications Server 2005 with SP1 |
Response.StatusClass
The StatusClass property contains the class of the status code.
[C#] public Int32 StatusClass {get;}
[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 Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |