2 writes to BypassProxyOnLocal
System.ServiceModel (2)
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (1)
129wspBinding.BypassProxyOnLocal = this.BypassProxyOnLocal;
System\ServiceModel\WSHttpBindingBase.cs (1)
226this.BypassProxyOnLocal = transport.BypassProxyOnLocal;
1 reference to BypassProxyOnLocal
System.ServiceModel (1)
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (1)
112SetPropertyValueIfNotDefaultValue(ConfigurationStrings.BypassProxyOnLocal, wspBinding.BypassProxyOnLocal);