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