1 write to _proxyName
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
294
case ProxyNameKey:
_proxyName
= (String)value; UpdateProxy(); break;
4 references to _proxyName
System.Runtime.Remoting (4)
channels\http\httpclientchannel.cs (4)
279
case ProxyNameKey: return
_proxyName
;
333
if ((
_proxyName
!= null) && (
_proxyName
.Length > 0) &&
336
WebProxy proxy = new WebProxy(
_proxyName
, _proxyPort);