SimpleWorkerRequest.SendStatus Method (Int32, String)

 

Specifies the HTTP status code and status description of the response; for example, SendStatus(200, "Ok").

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

Public Overrides Sub SendStatus (
	statusCode As Integer,
	statusDescription As String
)

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
Return to top
Show: