Share via


Response.ReasonPhrase

Response.ReasonPhrase

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

Syntax

[C#]

public String ReasonPhrase {get; set;}

Syntax

[Visual Basic .NET]

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

Concepts

Response Sip Class

Response.StatusCode