实现 HttpWorkerRequest

发布于 2024-09-10 07:34:43 字数 512 浏览 2 评论 0原文

我正在实现 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

第七度阳光i 2024-09-17 07:34:43

这是一个示例我是从互联网上得到的。它对我有用:)

Here is an example I got from the internet. It works for me :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文