52 references to DoNotTakeFromCache
System (52)
net\System\Net\_FtpControlStream.cs (1)
564if (request.CacheProtocol != null && request.CacheProtocol.ProtocolStatus == CacheValidationStatus.DoNotTakeFromCache && request.MethodInfo.Operation == FtpOperation.DownloadFile)
net\System\Net\Cache\_RequestCacheProtocol.cs (4)
117case CacheValidationStatus.DoNotTakeFromCache: // no cache but response can be cached 214if (_ProtocolStatus != CacheValidationStatus.DoNotTakeFromCache && 363case CacheValidationStatus.DoNotTakeFromCache: 472case CacheValidationStatus.DoNotTakeFromCache:
net\System\Net\Cache\_Rfc2616CacheValidators.cs (21)
76result = CacheValidationStatus.DoNotTakeFromCache; 85result = CacheValidationStatus.DoNotTakeFromCache; 92result = CacheValidationStatus.DoNotTakeFromCache; 156return CacheValidationStatus.DoNotTakeFromCache; 170return CacheValidationStatus.DoNotTakeFromCache; 189return CacheValidationStatus.DoNotTakeFromCache; 458return CacheValidationStatus.DoNotTakeFromCache; 490return CacheValidationStatus.DoNotTakeFromCache; 1048return CacheValidationStatus.DoNotTakeFromCache; 1108return CacheValidationStatus.DoNotTakeFromCache; 1254return CacheValidationStatus.DoNotTakeFromCache; 1273return CacheValidationStatus.DoNotTakeFromCache; 1280return CacheValidationStatus.DoNotTakeFromCache; 1285return CacheValidationStatus.DoNotTakeFromCache; 1303return CacheValidationStatus.DoNotTakeFromCache; 1424return CacheValidationStatus.DoNotTakeFromCache; 1433return CacheValidationStatus.DoNotTakeFromCache; 1462return CacheValidationStatus.DoNotTakeFromCache; 1513return CacheValidationStatus.DoNotTakeFromCache; 1588CacheValidationStatus result = CacheValidationStatus.DoNotTakeFromCache; 1619if (result == CacheValidationStatus.DoNotTakeFromCache) {
net\System\Net\Cache\FtpRequestCacheValidator.cs (16)
99return CacheValidationStatus.DoNotTakeFromCache; 108return CacheValidationStatus.DoNotTakeFromCache; 195return CacheValidationStatus.DoNotTakeFromCache; 208return CacheValidationStatus.DoNotTakeFromCache; 237return CacheValidationStatus.DoNotTakeFromCache; 244return CacheValidationStatus.DoNotTakeFromCache; 260return CacheValidationStatus.DoNotTakeFromCache; 266return CacheValidationStatus.DoNotTakeFromCache; 273CacheValidationStatus result = CacheValidationStatus.DoNotTakeFromCache; 279return CacheValidationStatus.DoNotTakeFromCache; 291result = CacheValidationStatus.DoNotTakeFromCache; 312result = CacheValidationStatus.DoNotTakeFromCache; 315result = CacheValidationStatus.DoNotTakeFromCache; 319result = CacheValidationStatus.DoNotTakeFromCache; 500return CacheValidationStatus.DoNotTakeFromCache; 505return CacheValidationStatus.DoNotTakeFromCache;
net\System\Net\Cache\HttpRequestCacheValidator.cs (9)
253return CacheValidationStatus.DoNotTakeFromCache; 265return CacheValidationStatus.DoNotTakeFromCache; 278CacheValidationStatus result = CacheValidationStatus.DoNotTakeFromCache; 310if (result == CacheValidationStatus.DoNotTakeFromCache) { 329return CacheValidationStatus.DoNotTakeFromCache; 336return CacheValidationStatus.DoNotTakeFromCache; 345CacheValidationStatus result = CacheValidationStatus.DoNotTakeFromCache; 351return CacheValidationStatus.DoNotTakeFromCache; 371result = CacheValidationStatus.DoNotTakeFromCache;
net\System\Net\FtpWebRequest.cs (1)
2035CacheProtocol.ProtocolStatus == CacheValidationStatus.DoNotTakeFromCache)