tags:

views:

4

answers:

0

Hi,

Am trying to use HttpContext.Current in a class inside a webservice - C#, but after adding reference, including System.Web namespace, i don't get HttpContext inside the class, i keep getting HttpContext does not exist in the current context.

Any thoughts?

Thanks.