System.Web.IHttpAsyncHandler

Defines the contract that HTTP asynchronous handler objects must implement.

See Also: IHttpAsyncHandler Members

Syntax

public interface IHttpAsyncHandler : IHttpHandler

Remarks

An System.Web.IHttpAsyncHandler class can be associated with a file name extension or a particular URL by a configuration file, in the httpHandlers configuration section. The ASP.NET infrastructure will then instantiate and call the handler when the corresponding request is received. Alternatively, the handler can be defined in an .ashx file and when the corresponding request is received for the .ashx file the hander will be executed.

Requirements

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