2 writes to UseDefaultWebProxy
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
144
httpBindingBase.
UseDefaultWebProxy
= this.UseDefaultWebProxy;
System\ServiceModel\HttpBindingBase.cs (1)
343
this.
UseDefaultWebProxy
= transport.UseDefaultWebProxy;
1 reference to UseDefaultWebProxy
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
129
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.UseDefaultWebProxy, httpBindingBase.
UseDefaultWebProxy
);