What is the use for IHttpHandler.IsReusable?
I'm writing a IHttpHandler and I'll need to implement a IsReusable property. When I look at the MSDN documentation it says: Gets a value indicating whether another request can use the IHttpHandler instance. This isn't very helpful. In which situations should I use a reusable handler and in which situations should it not be reusable? Follow up questions: What is reuse? Can I maintain state (i.e. class variables) when Reusable = true ?? This property indicates if multiple requests can be processed with the same IHttpHandler instance. By default at the end of a request pipeline all http handlers