Senator Guerra Souty original series calendar,replica hublot blue steel peach pointer collocation of rolex replica Rome digital scale, track type minute replica watches scale shows that the classical model is swiss replica watches incomparable, wearing elegant dress highlights.
mr-ponna.com

 

YOU ARE HERE: HOME Questions What are IHttpHandler and IHttpHandlerFactory interfaces



IHttpHandler and IHttpHandlerFactory interfaces

View(s): 12486

What are IHttpHandler and IHttpHandlerFactory interfaces

Answer 1)

The IHttpHandler interface is implemented by all the handlers. The interface consists of one property called IsReusable. The IsReusable property gets a value indicating whether another request can use the IHttpHandler instance. The method ProcessRequest() allows you to process the current request. This is the core place where all your code goes. This method receives a parameter of type HttpContext using which you can access the intrinsic objects such as Request and Response. The IHttpHandlerFactory interface consists of two methods - GetHandler and ReleaseHandler. The GetHandler() method instantiates the required HTTP handler based on some condition and returns it back to ASP.NET. The ReleaseHandler() method allows the factory to reuse an existing handler.
  Asked in:  Mahindra Satyam   Expertise Level:  Experienced
  Last updated on Friday, 02 August 2013
3/5 stars (12 vote(s))

Register Login Ask Us Write to Us Help