2 writes to BypassProxyOnLocal
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
138httpBindingBase.BypassProxyOnLocal = this.BypassProxyOnLocal;
System\ServiceModel\HttpBindingBase.cs (1)
336this.BypassProxyOnLocal = transport.BypassProxyOnLocal;
1 reference to BypassProxyOnLocal
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
121SetPropertyValueIfNotDefaultValue(ConfigurationStrings.BypassProxyOnLocal, httpBindingBase.BypassProxyOnLocal);