Response.ReasonPhrase

The ReasonPhrase property contains a text string describing the status code.

Syntax

[C#]

  Copy imageCopy Code
public String ReasonPhrase {get; set;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public Property ReasonPhrase As String

Remarks

Applications should set this property after setting the status code with Response.StatusCode.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also