Base:
method
TryRetrieve
System.Net.Cache.RequestCache.TryRetrieve(System.String, out System.Net.Cache.RequestCacheEntry, out System.IO.Stream)
1 override of TryRetrieve
System (1)
net\System\Net\Cache\_SingleItemRequestCache.cs (1)
174internal override bool TryRetrieve(string key, out RequestCacheEntry cacheEntry, out Stream readStream)
1 reference to TryRetrieve
System (1)
net\System\Net\Cache\_SingleItemRequestCache.cs (1)
188if (!_UseWinInet || !base.TryRetrieve(key, out realCacheEntry, out realCacheStream))