1 instantiation of DefaultProxySectionInternal
System (1)
net\System\Net\Configuration\DefaultProxySection.cs (1)
301return new DefaultProxySectionInternal(section);
4 references to DefaultProxySectionInternal
System (4)
net\System\Net\Configuration\DefaultProxySection.cs (2)
291static internal DefaultProxySectionInternal GetSection() 293lock (DefaultProxySectionInternal.ClassSyncObject)
net\System\Net\WebRequest.cs (2)
1038DefaultProxySectionInternal section = DefaultProxySectionInternal.GetSection();