4

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

skaffman
  • 398,947
  • 96
  • 818
  • 769
Justin
  • 84,773
  • 49
  • 224
  • 367

1 Answers1

2

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

leppie
  • 115,091
  • 17
  • 196
  • 297
  • 3
    -1 http://meta.stackexchange.com/a/8259 provide a summary or some information why the link was relevant – Maslow Jan 17 '13 at 14:27
  • Agree with the down-vote but I won't do the same 8 years on. Link is dead now, and searching https://archive.codeplex.com/ doesn't find `HttpWorkerRequest`. – Ed Gibbs Aug 26 '18 at 02:24