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