I have a HttpModule that I'd like start using the abstracted objects in. Most of the code ports over just fine by changing class names. However I have a line where I do:
application.CompleteRequest();
Since there's no abstraction around the HttpApplication object, how do I go about rewriting this line?