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