System.Web.DefaultHttpHandler Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.DefaultHttpHandler class.

Public Properties

[read-only]
IsReusablebool.

Gets a Boolean value indicating that another request can use the current instance of the System.Web.DefaultHttpHandler class.

Protected Properties

[read-only]
ContextHttpContext.

Gets the context that is associated with the current System.Web.DefaultHttpHandler object.

[read-only]
ExecuteUrlHeadersSystem.Collections.Specialized.NameValueCollection.

Gets a collection of request headers and request values to transfer along with the request.

Public Methods

BeginProcessRequest(HttpContext, AsyncCallback, object) : IAsyncResult

Initiates an asynchronous call to the HTTP handler.

EndProcessRequest(IAsyncResult)

Provides an end method for an asynchronous process.

OnExecuteUrlPreconditionFailure()

Called when preconditions prevent the System.Web.DefaultHttpHandler object from processing a request.

OverrideExecuteUrlPath() : string

Overrides the target URL for the current request.

ProcessRequest(HttpContext)

Enables a System.Web.DefaultHttpHandler object to process of HTTP Web requests.