11 references to CacheControlHeaderValue
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
32
private static CacheControlHeaderValue s_requestCacheHeader = new
CacheControlHeaderValue
{ NoCache = true, MaxAge = new TimeSpan(0) };
Microsoft.AspNetCore.OutputCaching.Tests (5)
OutputCacheTests.cs (5)
142
new System.Net.Http.Headers.
CacheControlHeaderValue
{ NoCache = true };
568
client.DefaultRequestHeaders.CacheControl = new System.Net.Http.Headers.
CacheControlHeaderValue
()
592
client.DefaultRequestHeaders.CacheControl = new System.Net.Http.Headers.
CacheControlHeaderValue
()
637
client.DefaultRequestHeaders.CacheControl = new System.Net.Http.Headers.
CacheControlHeaderValue
()
660
client.DefaultRequestHeaders.CacheControl = new System.Net.Http.Headers.
CacheControlHeaderValue
()
Microsoft.AspNetCore.ResponseCaching.Tests (5)
ResponseCachingTests.cs (5)
152
new System.Net.Http.Headers.
CacheControlHeaderValue
{ NoCache = true };
504
client.DefaultRequestHeaders.CacheControl = new System.Net.Http.Headers.
CacheControlHeaderValue
()
530
client.DefaultRequestHeaders.CacheControl = new System.Net.Http.Headers.
CacheControlHeaderValue
()
579
client.DefaultRequestHeaders.CacheControl = new System.Net.Http.Headers.
CacheControlHeaderValue
()
604
client.DefaultRequestHeaders.CacheControl = new System.Net.Http.Headers.
CacheControlHeaderValue
()