Mono Class Library: System.Web.HttpWorkerRequest Overview | Members

System.Web.HttpWorkerRequest.SendStatus Method

Sends an HTTP status reply back to the client.

public abstract void SendStatus (int statusCode, string statusDescription)

Parameters

statusCode
The HTTP status code.
statusDescription
A human readable description of the response.

Remarks

This methods sends the HTTP status response to the client.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0