HttpListenerResponse::StatusDescription Property
.NET Framework (current version)
Gets or sets a text description of the HTTP status code returned to the client.
Assembly: System (in System.dll)
Property Value
Type: System::String^The text description of the HTTP status code returned to the client. The default is the RFC 2616 description for the StatusCode property value, or an empty string ("") if an RFC 2616 description does not exist.
| Exception | Condition |
|---|---|
| ArgumentNullException | The value specified for a set operation is null. |
| ArgumentException | The value specified for a set operation contains non-printable characters. |
The status description typically provides details that explain the StatusCode value.
.NET Framework
Available since 2.0
Available since 2.0
Show: