The StatusCodeproperty contains the numeric SIP status code for the response.

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

Syntax

Visual Basic (declaration)
Public 
Property 
StatusCode 
As 
Integer
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

Response
Dim 
value 
As 
Integer

value = instance.
StatusCode

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

Property value

Type: System . . :: . . Int32

Remarks

A status code is currently represented as a 3-digit integer. For example, 404.

See also