52 references to DoNotTakeFromCache
System (52)
net\System\Net\_FtpControlStream.cs (1)
564
if (request.CacheProtocol != null && request.CacheProtocol.ProtocolStatus == CacheValidationStatus.
DoNotTakeFromCache
&& request.MethodInfo.Operation == FtpOperation.DownloadFile)
net\System\Net\Cache\_RequestCacheProtocol.cs (4)
117
case CacheValidationStatus.
DoNotTakeFromCache
: // no cache but response can be cached
214
if (_ProtocolStatus != CacheValidationStatus.
DoNotTakeFromCache
&&
363
case CacheValidationStatus.
DoNotTakeFromCache
:
472
case CacheValidationStatus.
DoNotTakeFromCache
:
net\System\Net\Cache\_Rfc2616CacheValidators.cs (21)
76
result = CacheValidationStatus.
DoNotTakeFromCache
;
85
result = CacheValidationStatus.
DoNotTakeFromCache
;
92
result = CacheValidationStatus.
DoNotTakeFromCache
;
156
return CacheValidationStatus.
DoNotTakeFromCache
;
170
return CacheValidationStatus.
DoNotTakeFromCache
;
189
return CacheValidationStatus.
DoNotTakeFromCache
;
458
return CacheValidationStatus.
DoNotTakeFromCache
;
490
return CacheValidationStatus.
DoNotTakeFromCache
;
1048
return CacheValidationStatus.
DoNotTakeFromCache
;
1108
return CacheValidationStatus.
DoNotTakeFromCache
;
1254
return CacheValidationStatus.
DoNotTakeFromCache
;
1273
return CacheValidationStatus.
DoNotTakeFromCache
;
1280
return CacheValidationStatus.
DoNotTakeFromCache
;
1285
return CacheValidationStatus.
DoNotTakeFromCache
;
1303
return CacheValidationStatus.
DoNotTakeFromCache
;
1424
return CacheValidationStatus.
DoNotTakeFromCache
;
1433
return CacheValidationStatus.
DoNotTakeFromCache
;
1462
return CacheValidationStatus.
DoNotTakeFromCache
;
1513
return CacheValidationStatus.
DoNotTakeFromCache
;
1588
CacheValidationStatus result = CacheValidationStatus.
DoNotTakeFromCache
;
1619
if (result == CacheValidationStatus.
DoNotTakeFromCache
) {
net\System\Net\Cache\FtpRequestCacheValidator.cs (16)
99
return CacheValidationStatus.
DoNotTakeFromCache
;
108
return CacheValidationStatus.
DoNotTakeFromCache
;
195
return CacheValidationStatus.
DoNotTakeFromCache
;
208
return CacheValidationStatus.
DoNotTakeFromCache
;
237
return CacheValidationStatus.
DoNotTakeFromCache
;
244
return CacheValidationStatus.
DoNotTakeFromCache
;
260
return CacheValidationStatus.
DoNotTakeFromCache
;
266
return CacheValidationStatus.
DoNotTakeFromCache
;
273
CacheValidationStatus result = CacheValidationStatus.
DoNotTakeFromCache
;
279
return CacheValidationStatus.
DoNotTakeFromCache
;
291
result = CacheValidationStatus.
DoNotTakeFromCache
;
312
result = CacheValidationStatus.
DoNotTakeFromCache
;
315
result = CacheValidationStatus.
DoNotTakeFromCache
;
319
result = CacheValidationStatus.
DoNotTakeFromCache
;
500
return CacheValidationStatus.
DoNotTakeFromCache
;
505
return CacheValidationStatus.
DoNotTakeFromCache
;
net\System\Net\Cache\HttpRequestCacheValidator.cs (9)
253
return CacheValidationStatus.
DoNotTakeFromCache
;
265
return CacheValidationStatus.
DoNotTakeFromCache
;
278
CacheValidationStatus result = CacheValidationStatus.
DoNotTakeFromCache
;
310
if (result == CacheValidationStatus.
DoNotTakeFromCache
) {
329
return CacheValidationStatus.
DoNotTakeFromCache
;
336
return CacheValidationStatus.
DoNotTakeFromCache
;
345
CacheValidationStatus result = CacheValidationStatus.
DoNotTakeFromCache
;
351
return CacheValidationStatus.
DoNotTakeFromCache
;
371
result = CacheValidationStatus.
DoNotTakeFromCache
;
net\System\Net\FtpWebRequest.cs (1)
2035
CacheProtocol.ProtocolStatus == CacheValidationStatus.
DoNotTakeFromCache
)