HttpWorkerRequest.SendStatus Method (Int32, String)
.NET Framework (current version)
Specifies the HTTP status code and status description of the response, such as SendStatus(200, "Ok").
Assembly: System.Web (in System.Web.dll)
Parameters
- statusCode
-
Type:
System.Int32
The status code to send
- statusDescription
-
Type:
System.String
The status description to send.
.NET Framework
Available since 1.1
Available since 1.1
Show: