P
PJ
I would like to capture a request stream before the request has been
completely sent to the server for the sake of saving the bytes of a posted
file to disk. I have written httpmodules before, but (correct me if I am
wrong) it seems that by the ProcessRequest event, the Request has been
completely sent and aspnet_wp has used it to hydrate the httpcontext
instance.
Is there a .net way of capturing an http request as it comes in to the
server? Do I have to write an httpapplication for this or something? If
anyone could point me in the right direction ( w/out trying to sell me some
3rd party assembly ), I would appreciate it.
~TIA
completely sent to the server for the sake of saving the bytes of a posted
file to disk. I have written httpmodules before, but (correct me if I am
wrong) it seems that by the ProcessRequest event, the Request has been
completely sent and aspnet_wp has used it to hydrate the httpcontext
instance.
Is there a .net way of capturing an http request as it comes in to the
server? Do I have to write an httpapplication for this or something? If
anyone could point me in the right direction ( w/out trying to sell me some
3rd party assembly ), I would appreciate it.
~TIA