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