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