19 references to Public
System.ServiceModel.Web (5)
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
86HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.Public);
System\ServiceModel\Dispatcher\HelpPage.cs (1)
101HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.Public);
System\ServiceModel\Web\CachingParameterInspector.cs (3)
279cache.SetCacheability(HttpCacheability.Public); 286cache.SetCacheability(HttpCacheability.Public); 292cache.SetCacheability(HttpCacheability.Public);
System.Web (11)
Handlers\AssemblyResourceLoader.cs (1)
637cachePolicy.SetCacheability(HttpCacheability.Public);
HttpCachePolicy.cs (2)
820if (cacheability == HttpCacheability.Public && _privateFields != null) { 1159return _cacheability == HttpCacheability.Public
HttpResponse.cs (3)
2680if (_cachePolicy != null && _cachePolicy.GetCacheability() == HttpCacheability.Public) 3190Cache.SetCacheability(HttpCacheability.Public); 3510if (!Request.IsSecureConnection && ContainsNonShareableCookies() && Cache.GetCacheability() == HttpCacheability.Public) {
OutputCacheModule.cs (2)
1086if ( cache.GetCacheability() == HttpCacheability.Public && 1093if ( cache.GetCacheability() != HttpCacheability.Public &&
StaticFileHandler.cs (1)
565response.Cache.SetCacheability(HttpCacheability.Public);
UI\Page.cs (2)
3672cacheability = HttpCacheability.Public; 3688cacheability = HttpCacheability.Public;
System.Web.Extensions (3)
Handlers\ScriptResourceHandler.cs (2)
251cachePolicy.SetCacheability(HttpCacheability.Public); 262cachePolicy.SetCacheability(HttpCacheability.Public);
Script\Services\WebServiceClientProxyGenerator.cs (1)
58cachePolicy.SetCacheability(HttpCacheability.Public);