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