4 writes to EnableSession
System.Web.Services (4)
System\Web\Services\WebMethodAttribute.cs (4)
60EnableSession = enableSession; 70EnableSession = enableSession; 81EnableSession = enableSession; 94EnableSession = enableSession;
4 references to EnableSession
System.Web.Extensions (1)
Script\Services\WebServiceMethodData.cs (1)
104return _webMethodAttribute.EnableSession;
System.Web.Services (3)
System\Web\Services\Protocols\WebServiceHandlerFactory.cs (1)
126bool requiresSession = protocol.MethodAttribute.EnableSession;
System\Web\Services\WebMethodAttribute.cs (2)
240WebMethodAttribute attribute = new WebMethodAttribute(implAttribute.EnableSessionSpecified ? implAttribute.EnableSession : declAttribute.EnableSession);