2 references to UpdateProxy
System.Runtime.Remoting (2)
channels\http\httpclientchannel.cs (2)
294
case ProxyNameKey: _proxyName = (String)value;
UpdateProxy
(); break;
295
case ProxyPortKey: _proxyPort = Convert.ToInt32(value, CultureInfo.InvariantCulture);
UpdateProxy
(); break;