Search Results

  1. Creating HttpHandlers

    A synchronous HttpHandler implements the System.Web.IHttpHandler interface. An asynchronous HttpHandler implements the System.Web. ...
    msdn.microsoft.com/en-us/library/f3ff8w4a(VS.71).aspx - Cached - Similar
  2. IHttpHandler Interface (System.Web)

    You can write custom HTTP handlers to process specific, predefined types of HTTP requests in any Common Language Specification (CLS) compliant language. ...
    msdn.microsoft.com/en-us/.../system.web.ihttphandler.aspx - Cached - Similar
  3. How To Create an ASP.NET HTTP Handler by Using Visual C# .NET

    This step-by-step article demonstrates how to use Visual C# .NET to create a simple, custom HTTP handler. This article demonstrates how to create, deploy, ...
    support.microsoft.com/kb/308001 - Cached - Similar
  4. HTTP Handlers and HTTP Modules Overview

    An ASP.NET HTTP handler is the process (frequently referred to as the "endpoint" ) that runs in response to a request made to an ASP.NET Web application.
    msdn.microsoft.com/en-us/library/bb398986.aspx - Cached - Similar
  5. <httpHandlers> Element

    <httpHandlers> Element. Maps incoming requests to the appropriate IHttpHandler or ... The <httpHandlers> settings are inherited by subdirectories. ...
    msdn.microsoft.com/en-us/library/aa903367(VS.71).aspx - Cached - Similar
  6. HttpHandlers

    HttpHandlers are classes that implement the IHttpHandler and IHttpAsyncHandler interfaces. This section describes how to create and register HttpHandlers ...
    msdn.microsoft.com/en-us/library/5c67a8bd(VS.71).aspx - Cached - Similar
  7. INFO: ASP.NET HTTP Modules and HTTP Handlers Overview

    This article provides an introduction to the ASP.NET HTTP modules and HTTP handlers. For additional ASP.NET overviews, refer to the following Microsoft ...
    support.microsoft.com/kb/307985 - Cached - Similar
  8. How to: Register HTTP Handlers

    After you have created a custom HTTP handler class, you must register it in the Web.config file. This enables ASP.NET to call the HTTP handler in order to ...
    msdn.microsoft.com/en-us/library/46c5ddfy.aspx - Cached - Similar
  9. Serving Dynamic Content with HTTP Handlers

    An HTTP handler is a class that knows how to render content for a particular type of Web content. For example, there is a different HTTP handler class in ...
    msdn.microsoft.com/en-us/library/ms972953.aspx - Cached - Similar
  10. Walkthrough: Creating a Synchronous HTTP Handler

    This walkthrough illustrates how to create an HTTP handler that performs synchronous processing of requests. The example handler processes requests for ...
    msdn.microsoft.com/en-us/library/ms228090.aspx - Cached - Similar