What's the purpose of IsReusable property of HttpHandler?

Posted by Hardcoder under C# on 6/12/2012 | Points: 10 | Views : 6475 | Status : [Member] | Replies : 1
Hello,
While writing a httphandler you need to implement 2 things -
processrequest & IsReusable.
So What's the purpose of IsReusable property of HttpHandler?
If we wrote is false so if still we can use this handler.

hardcoder | www.moirf.com
https://www.facebook.com/JobsSoftware



Responses

Posted by: Hardcoder on: 6/15/2012 [Member] Starter | Points: 25

Up
0
Down
What do you mean by another request? so what if you make it false, can you still use the httphandler? if you say other request can not use but the main request will use?

hardcoder | www.moirf.com
https://www.facebook.com/JobsSoftware

Hardcoder, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response