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