Share via


Response.ReasonPhrase property

 
Microsoft Office Live Communications Server 2005 with SP1

Response.ReasonPhrase

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

[C#]public String ReasonPhrase {get; set;}
[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 Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Response, Response.StatusCode

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.