Mono Class Library: System.Web Namespace

System.Web.HttpWorkerRequest Class

The interface between an HTTP server and the System.Web infrastructure.

See Also: HttpWorkerRequest Members

[System.Runtime.InteropServices.ComVisible(false)]
public abstract class HttpWorkerRequest

Remarks

The web server will create an object derived from HttpWorkerRequest (or its derived class System.Web.Hosting.SimpleWorkerRequest) which will act as the gateway between the web server and System.Web. The implementation of the various abstract methods in this class should provide access to the incoming request and should provide a mechanism to send back messages back to the HTTP client.

Requirements

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