A
Alphapage
Hello,
I want to examine the HttpContext of the submitted requests. If the context
is validated, no problem I execute ProcessRequest. But if the context
doesn't match, I want to stop the request execution (I mean close the process
and clean it in memory). I don't want to return any error or any content to
the webbrowser (I don't care if the browser is still waiting for a response
until its timeout setting).
I only find a way to raise an error to the webbrowser, but I want to
dispose the request without send a response to the client.
Thanks in advance for your help.
I want to examine the HttpContext of the submitted requests. If the context
is validated, no problem I execute ProcessRequest. But if the context
doesn't match, I want to stop the request execution (I mean close the process
and clean it in memory). I don't want to return any error or any content to
the webbrowser (I don't care if the browser is still waiting for a response
until its timeout setting).
I only find a way to raise an error to the webbrowser, but I want to
dispose the request without send a response to the client.
Thanks in advance for your help.