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