9 references to CombineCachedAndServerResponse
System (9)
net\System\Net\_FtpControlStream.cs (1)
587if (request.CacheProtocol != null && request.CacheProtocol.ProtocolStatus == CacheValidationStatus.CombineCachedAndServerResponse)
net\System\Net\Cache\_RequestCacheProtocol.cs (2)
216_ProtocolStatus != CacheValidationStatus.CombineCachedAndServerResponse) 496case CacheValidationStatus.CombineCachedAndServerResponse:
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
1147return CacheValidationStatus.CombineCachedAndServerResponse;
net\System\Net\Cache\FtpRequestCacheValidator.cs (1)
305result = CacheValidationStatus.CombineCachedAndServerResponse;
net\System\Net\FtpWebRequest.cs (2)
2034if (CacheProtocol.ProtocolStatus == CacheValidationStatus.CombineCachedAndServerResponse || 2180if (CacheProtocol.ProtocolStatus == CacheValidationStatus.CombineCachedAndServerResponse)
net\System\Net\HttpWebRequest.cs (2)
4283CacheProtocol.ProtocolStatus != CacheValidationStatus.CombineCachedAndServerResponse) 4301responseData.m_ResponseHeaders = CacheProtocol.ProtocolStatus == CacheValidationStatus.CombineCachedAndServerResponse