Text explanation of the status code.

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

Syntax

Visual Basic (declaration)
Public 
Property 
ReasonPhrase 
As 
String
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

Response
Dim 
value 
As 
String

value = instance.
ReasonPhrase

instance.
ReasonPhrase = 
value
C#
public 
string 
ReasonPhrase { 
get; 
set; }

Property value

Type: System . . :: . . String

Remarks

This property is set automatically set whenever status code is updated. If a non-standard status code is used, this property is set to the corresponding x00 reason phrase. Thus, applications should set reason phrase after setting the status code.

See also