9 references to CacheOnly
PresentationCore (2)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (2)
154
case RequestCacheLevel.
CacheOnly
:
231
case RequestCacheLevel.
CacheOnly
: break;
System (7)
net\System\Net\Cache\FtpRequestCacheValidator.cs (5)
92
if ((RequestMethod != HttpMethod.Get || !((FtpWebRequest)Request).UseBinary) && Policy.Level == RequestCacheLevel.
CacheOnly
)
201
if (Policy.Level == RequestCacheLevel.
CacheOnly
)
226
if (CacheFreshnessStatus == CacheFreshnessStatus.Fresh || Policy.Level == RequestCacheLevel.
CacheOnly
|| Policy.Level == RequestCacheLevel.CacheIfAvailable)
232
if (Policy.Level == RequestCacheLevel.
CacheOnly
)
388
if (Policy.Level == RequestCacheLevel.
CacheOnly
) {
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
302
if (base.Policy.Level == RequestCacheLevel.
CacheOnly
) {
net\System\Net\Cache\RequestCachePolicy.cs (1)
290
return RequestCacheLevel.
CacheOnly
;