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