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