实现 HttpWorkerRequest
我正在实现 HttpWorkerRequest 以便能够在 IIS 之外呈现 Asp.Net 网页,我正在寻找一些关于此的文档/建议,特别是:
- When might it beproperty to Implement HttpWorkerRequest direct,而不是仅仅继承 SimpleWorkerRequest?
- 除了 MSDN 文档之外,是否还有关于 HttpWorkerRequest 中每个可重写方法的更详细信息?
(我完全期待答案是“不,没有其他信息”,但我想我应该在这里检查以防万一)。
I'm implementing a HttpWorkerRequest in order to be able to render Asp.Net web pages outside of IIS, and I'm looking for some documentation / advice on this in particular:
- When might it be appropriate to implement HttpWorkerRequest directly, rather than just inherit from SimpleWorkerRequest?
- Is there any more detailed information about each of the overridable methods in HttpWorkerRequest other than the MSDN documentation?
(I'm fully expecting the answer to be "Nope, no other information", however I thought I'd check here just in case).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个示例我是从互联网上得到的。它对我有用:)
Here is an example I got from the internet. It works for me :)