Response.StatusCode property
| Microsoft Office Live Communications Server 2005 with SP1 |
Response.StatusCode
The StatusCode property contains the status code for the response.
[C#]
public Int32 StatusCode {get; set;}
[Visual Basic .NET] Public Property StatusCode As Int32
Remarks
A status code is currently represented as a 3-digit integer; for example, "404".
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
Response, Response.StatusClass, Response.ReasonPhrase
| What did you think of this topic? |
| © 2008 Microsoft Corporation. All rights reserved. |