6 writes to BypassProxyOnLocal
System.ServiceModel.Http (6)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
39BypassProxyOnLocal = HttpTransportDefaults.BypassProxyOnLocal; 62BypassProxyOnLocal = elementToBeCloned.BypassProxyOnLocal;
System\ServiceModel\HttpBindingBase.cs (2)
58_httpTransport.BypassProxyOnLocal = value; 59_httpsTransport.BypassProxyOnLocal = value;
System\ServiceModel\WSHttpBindingBase.cs (2)
35HttpTransport.BypassProxyOnLocal = value; 36HttpsTransport.BypassProxyOnLocal = value;
5 references to BypassProxyOnLocal
System.ServiceModel.Http (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
112Proxy = new WebProxy(bindingElement.ProxyAddress, bindingElement.BypassProxyOnLocal); 118new WebProxyFactory(bindingElement.ProxyAddress, bindingElement.BypassProxyOnLocal,
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
62BypassProxyOnLocal = elementToBeCloned.BypassProxyOnLocal;
System\ServiceModel\HttpBindingBase.cs (1)
53return _httpTransport.BypassProxyOnLocal;
System\ServiceModel\WSHttpBindingBase.cs (1)
32get { return HttpTransport.BypassProxyOnLocal; }