yes, should my class inherit from IHttpHandler ?? What I really want is to
get hold of the request and response objects ...

apperantly classes inheriting from these interfaces gets a reference, but is
this true for non-page subclasses as well??

// Patrik


----- Original Message -----
From: "Richard Blewett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 22, 2002 2:51 PM
Subject: Re: [DOTNET] Get hold of HTTP Application which created an object


> You mean HttpContext.Current.Application?
>
> Richard
> http://staff.develop.com/richardb
>
>
> -----Original Message-----
> From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of
> Patrik L�wendahl
> Sent: 22 May 2002 13:33
> To: [EMAIL PROTECTED]
> Subject: [DOTNET] Get hold of HTTP Application which created an object
>
>
> Hi,
>
> buikding a helper class for a web application in asp.net.
>
> The class needs to access th ecurrent HTTPApplication object, right now I
> pass it in the Helper class construction string.
>
> In classic ASP you could build components which could access the
> instanciation application. .Is this possible in ASP.NET, and if so how ?
>
> // Patrik L�wendahl
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>
>

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to