C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




HttpHandler


Posted Date: 09 Jun 2008    Resource Type: Definitions    Category: General
Author: Kumar VeluMember Level: Diamond    
Rating: Points: 5



HttpHanlder is the low level Request and Response API to service incoming Http requests. All handlers implement the IHttpHandler interface. There is no need to use any extra namespace to use it as it contains in the System.Web namespace. Handlers are somewhat analogous to Internet Server Application Programming Interface (ISAPI) extensions.


Each incoming HTTP request received by ASP.NET is ultimately processed by a specific instance of a class that implements IHTTPHanlder. IHttpHanlderFactory provides the infrastructure that handles the actual resolution of URL requests to IHttpHanlder instances. In addition to the default IHttpHandlerFactory classes provided by ASP.NET, developers can optionally create and register factories to support rich request resolution.




Responses

Author: mahendrakiran    13 Nov 2008Member Level: Gold   Points : 2
The low level Request and Response API to service incoming Http requests are Http Handlers in Asp.Net.
All handlers implement the IHttpHandler interface, which is located in the System.Web namespace.
Handlers are somewhat analogous to Internet Server Application Programming Interface (ISAPI) extensions.

The following are the methods in Http Handlers.

Method Name Description.

ProcessRequest Used to call Http Requests.

IsReusable To check the reusability of same instance handler with a new request of same type.

To create an HTTP handler, you must implement the IHttpHandler interface.
The IHttpHandler interface has one method and one property with the following signatures:

void ProcessRequest(HttpContext);
bool IsReusable {get;}




Feedbacks      
Popular Tags   What are tags ?   Search Tags  
(No tags found.)

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Nhibernate
Previous Resource: Response.Expires and Response.ExpiresAbsolute
Return to Discussion Resource Index
Post New Resource
Category: General


Post resources and earn money!
 
Related Resources



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use