[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Re: How can SoapExtension communicate with it's WebService?

Tomas Restrepo

7/16/2003 11:45:00 PM

Hi Steve,

> I hope I'm just missing something simple, but is there a way for a
> SoapExtension derived class to communicate with the IHttpHandler that
> implements the web service? I went looking and expected to find some way
> for the SoapExtension to get access to the HttpApplication or HttpContext,
> but I just don't see it...


Besides your existing solution, you could've also just used
HttpContext.Current ;)

--
Tomas Restrepo
tomasr@mvps.org