5 references to Duration
System.ServiceModel.Web (3)
System\ServiceModel\Web\CachingParameterInspector.cs (3)
61
if (this.cacheProfile.
Duration
== -1)
311
cache.SetExpires(HttpContext.Current.Timestamp.AddSeconds((double)this.cacheProfile.
Duration
));
312
cache.SetMaxAge(new TimeSpan(0, 0, this.cacheProfile.
Duration
));
System.Web (2)
UI\Page.cs (2)
3573
duration = profile.
Duration
;
3651
if ((profile == null || profile.
Duration
== -1) &&