2 references to 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());