The StatusClassproperty contains the class of the numeric SIP status code.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
StatusClass 
As 
Integer
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Response
Dim 
value 
As 
Integer

value = instance.
StatusClass
C#
public 
int 
StatusClass { 
get; }

Property value

Type: System . . :: . . Int32

Remarks

For example, a 486 status code belongs to the 400 status class. This property is calculated based on StatusCode .

See also