1 write to bypassOnLocal
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
2123this.bypassOnLocal = bypassOnLocal;
1 reference to bypassOnLocal
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
2144WebProxy result = new WebProxy(this.address, this.bypassOnLocal);