Hello Ruslan,
You can use the global.asax EndRequest event to achieve this or create
your own http module to hook into that event
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> Hello,
>
[quoted text clipped - 7 lines]
>
> Ruslan
Ruslan - 03 Feb 2005 10:33 GMT
Ok, thank you.
Can I read the SOAP header in EndRequest event?
Thanks,
Ruslan
> Hello Ruslan,
> You can use the global.asax EndRequest event to achieve this or create
[quoted text clipped - 18 lines]
> >
> > Ruslan
Dilip Krishnan - 03 Feb 2005 13:23 GMT
Hello Ruslan,
You should be able to from the HttpContext.Current.Response object
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> Ok, thank you.
> Can I read the SOAP header in EndRequest event?
[quoted text clipped - 22 lines]
>>>
>>> Ruslan