Questions tagged «ihttphandler»


3
IHttpHandler.IsReusable有什么用?
我正在写一个IHttpHandler,我需要实现一个IsReusable属性。当我查看MSDN文档时,它说: 获取一个值,该值指示另一个请求是否可以使用IHttpHandler实例。 这不是很有帮助。在哪些情况下应该使用可重用的处理程序,在什么情况下不应使用可重用的处理程序? 后续问题: 什么是重用? 何时可以维护状态(即类变量)Reusable = true?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.