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