Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Protection of specific files in local
Message
From
10/07/2006 12:57:00
 
 
To
10/07/2006 09:38:10
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01133718
Message ID:
01135022
Views:
27
Hi,

>>That's just the IHttpHandler interface. The handler, like all objects, must derive from System.Object and thus expose the GetType() method....
>
>Ok, but how one would proceed to get the type from Context.Handler?

As earlier:
string s = Context.Handler.GetType().Name
works for me. Or:
system.object o = Context.Handler.GetType()

But I see you'll probably move away from this approach anyway,
Rgds,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform