System.Web.IHttpHandler Members

The members of System.Web.IHttpHandler are listed below.

Public Properties

[read-only]
IsReusablebool.

Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.

Public Methods

ProcessRequest(HttpContext)

Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface.