11 references to DoNotUpdateCache
System (11)
net\System\Net\Cache\_RequestCacheProtocol.cs (2)
621_ProtocolStatus = CacheValidationStatus.DoNotUpdateCache; 630case CacheValidationStatus.DoNotUpdateCache:
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
348:CacheValidationStatus.DoNotUpdateCache;
net\System\Net\Cache\FtpRequestCacheValidator.cs (7)
380return CacheValidationStatus.DoNotUpdateCache; 390return CacheValidationStatus.DoNotUpdateCache; 398return CacheValidationStatus.DoNotUpdateCache; 416return CacheValidationStatus.DoNotUpdateCache; 435return CacheValidationStatus.DoNotUpdateCache; 447return CacheValidationStatus.DoNotUpdateCache; 482return CacheValidationStatus.DoNotUpdateCache;
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
449return CacheValidationStatus.DoNotUpdateCache;