StatusClass enumeration
| Microsoft Office Live Communications Server 2005 with SP1 |
StatusClass
The StatusClass enumeration defines the set of status classes to which a response belongs.
public enum StatusClass
Members
| Member | Description | Value |
|---|---|---|
| _1xx | Indicates a SIP Provisional response. | 100 |
| _2xx | Indicates a SIP OK response. | 200 |
| _3xx | Indicates a SIP Redirection response. | 300 |
| _4xx | Indicates a SIP Request Failure response. | 400 |
| _5xx | Indicates a SIP Server Failure response. | 500 |
| _6xx | Indicates a SIP Global Failure response. | 600 |
| What did you think of this topic? |
| © 2008 Microsoft Corporation. All rights reserved. |