3 writes to CacheDuration
System.Web.Services (3)
System\Web\Services\WebMethodAttribute.cs (3)
84CacheDuration = cacheDuration; 97CacheDuration = cacheDuration; 242attribute.CacheDuration = implAttribute.CacheDurationSpecified ? implAttribute.CacheDuration : declAttribute.CacheDuration;
4 references to CacheDuration
System.Web.Extensions (1)
Script\Services\WebServiceMethodData.cs (1)
97return _webMethodAttribute.CacheDuration;
System.Web.Services (3)
System\Web\Services\Protocols\WebServiceHandler.cs (1)
60int cacheDuration = protocol.MethodAttribute.CacheDuration;
System\Web\Services\WebMethodAttribute.cs (2)
242attribute.CacheDuration = implAttribute.CacheDurationSpecified ? implAttribute.CacheDuration : declAttribute.CacheDuration;