2 instantiations of RequestCacheProtocol
System (2)
net\System\Net\NetWebProxyFinder.cs (1)
250
request.CacheProtocol = new
RequestCacheProtocol
(backupCache, request.CacheProtocol.Validator);
net\System\Net\WebRequest.cs (1)
622
CacheProtocol = new
RequestCacheProtocol
(m_CacheBinding.Cache, m_CacheBinding.Validator.CreateValidator());
2 references to RequestCacheProtocol
System (2)
net\System\Net\WebRequest.cs (2)
57
private
RequestCacheProtocol
m_CacheProtocol;
953
internal
RequestCacheProtocol
CacheProtocol