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