HttpWorkerRequest::GetStatusDescription Method (Int32)
.NET Framework (current version)
Returns a string that describes the name of the specified HTTP status code.
Assembly: System.Web (in System.Web.dll)
Parameters
- code
-
Type:
System::Int32
The HTTP status code.
Return Value
Type: System::String^The status description. For example, GetStatusDescription (404) returns "Not Found".
.NET Framework
Available since 1.1
Available since 1.1
Show: