3 references to Server
System.Web (2)
HttpCachePolicy.cs (1)
68
ServerAndNoCache =
Server
,
HttpResponse.cs (1)
2681
_cachePolicy.SetCacheability(HttpCacheability.
Server
);
System.Web.Extensions (1)
Script\Services\RestHandler.cs (1)
65
context.Response.Cache.SetCacheability(HttpCacheability.
Server
);