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