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