4 references to CacheResponse
System (4)
net\System\Net\Cache\_RequestCacheProtocol.cs (1)
609
case CacheValidationStatus.
CacheResponse
:
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
354
CacheValidationStatus result = CacheValidationStatus.
CacheResponse
;
net\System\Net\Cache\FtpRequestCacheValidator.cs (1)
470
return CacheValidationStatus.
CacheResponse
;
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
467
if (result == CacheValidationStatus.UpdateResponseInformation || result == CacheValidationStatus.
CacheResponse
)