3 references to ProxyAddress
System (3)
net\System\Net\Configuration\DefaultProxySection.cs (3)
154
section.Proxy.
ProxyAddress
== null &&
248
if (section.Proxy.
ProxyAddress
!= null)
250
tempProxy.Address = section.Proxy.
ProxyAddress
;