1 write to m_CacheBinding
System (1)
net\System\Net\WebRequest.cs (1)
1169m_CacheBinding = RequestCacheManager.GetBinding(uri.Scheme);
6 references to m_CacheBinding
System (6)
net\System\Net\WebRequest.cs (6)
615if (m_CacheBinding != null && 616m_CacheBinding.Cache != null && 617m_CacheBinding.Validator != null && 622CacheProtocol = new RequestCacheProtocol(m_CacheBinding.Cache, m_CacheBinding.Validator.CreateValidator()); 1172InternalSetCachePolicy( m_CacheBinding.Policy);