StatusClass

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.

StatusClass

The StatusClass enumeration defines the set of status classes to which a response belongs.

Syntax

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