Catch WebMethod name and params in Application_BeginRequest

  • Thread starter Thread starter Franck
  • Start date Start date
F

Franck

Hi,
is it possible to catch called WebMethods name
and params in the Application_BeginRequest ?

Thks for help
 
Sure, just take a look at Request.Url, it offers a bunch of properties
(AbsoluteUrl for example) which have the information you need...

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top