1 instantiation of DefaultProxySection
System (1)
net\System\Net\Configuration\DefaultProxySection.cs (1)
125DefaultProxySection defaultElement = new DefaultProxySection();
6 references to DefaultProxySection
System (6)
net\System\Net\Configuration\DefaultProxySection.cs (4)
125DefaultProxySection defaultElement = new DefaultProxySection(); 141internal DefaultProxySectionInternal(DefaultProxySection section) 295DefaultProxySection section = PrivilegedConfigurationManager.GetSection(ConfigurationStrings.DefaultProxySectionPath) as DefaultProxySection;
net\System\Net\Configuration\NetSectionGroup.cs (2)
32public DefaultProxySection DefaultProxy 34get { return (DefaultProxySection)Sections[ConfigurationStrings.DefaultProxySectionName]; }