I am implementing HttpWorkerRequest to be able to display Asp.Net web pages outside of IIS, m looking for some docs / recommendations on this in particular:
- When can it be advisable to implement HttpWorkerRequest directly, and not just inherit from SimpleWorkerRequest ?
- Is there more details about each of the overridden methods in the HttpWorkerRequest other than the MSDN documentation?
(I fully expect the answer to be “No, no other information,” however I thought I checked here just in case).
source share