7 writes to NoCache
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.Deployment.DotNet.Releases (1)
Utils.cs (1)
155
NoCache
= true
System.Net.Requests (4)
System\Net\HttpWebRequest.cs (4)
1327
NoCache
= true,
1335
NoCache
= true
1383
NoCache
= true,
1391
NoCache
= true
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
31
private static CacheControlHeaderValue s_requestCacheHeader = new CacheControlHeaderValue {
NoCache
= true, MaxAge = new TimeSpan(0) };
1 reference to NoCache
System.Net.Http (1)
System\Net\Http\Headers\CacheControlHeaderValue.cs (1)
209
if (
NoCache
)