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