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