5 references to Context
System.Web.Services (5)
System\Web\Services\WebService.cs (5)
39return Context.Application; 71return Context.Session; 84return Context.Server; 96return Context.User; 105object o = Context.Items[SoapVersionContextSlot];