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).

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

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

link|improve this answer
Thanks, that helps a lot. – Justin Jul 20 '10 at 9:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.