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