5 references to ServerAndPrivate
System.ServiceModel.Web (1)
System\ServiceModel\Web\CachingParameterInspector.cs (1)
302cache.SetCacheability(HttpCacheability.ServerAndPrivate);
System.Web (3)
HttpCachePolicy.cs (1)
82MaxValue = HttpCacheability.ServerAndPrivate,
OutputCacheModule.cs (1)
1094cache.GetCacheability() != HttpCacheability.ServerAndPrivate &&
UI\Page.cs (1)
3680cacheability = HttpCacheability.ServerAndPrivate;
System.Web.Mobile (1)
UI\MobileControls\MobilePage.cs (1)
851Response.Cache.SetCacheability(HttpCacheability.ServerAndPrivate);