HttpResponse::StatusDescription Property
.NET Framework (current version)
Gets or sets the HTTP status string of the output returned to the client.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^A string that describes the status of the HTTP output returned to the client. The default value is "OK". For a listing of valid status codes, see Http Status Codes.
| Exception | Condition |
|---|---|
| HttpException | StatusDescription is set after the HTTP headers have been sent. |
| ArgumentOutOfRangeException | The selected value has a length greater than 512. |
.NET Framework
Available since 1.1
Available since 1.1
Show: