2 writes to BypassProxyOnLocal
System.ServiceModel (2)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
149wspBinding.BypassProxyOnLocal = this.BypassProxyOnLocal;
System\ServiceModel\WSDualHttpBinding.cs (1)
237this.BypassProxyOnLocal = transport.BypassProxyOnLocal;
1 reference to BypassProxyOnLocal
System.ServiceModel (1)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
130SetPropertyValueIfNotDefaultValue(ConfigurationStrings.BypassProxyOnLocal, wspBinding.BypassProxyOnLocal);