2 writes to UseDefaultWebProxy
System.ServiceModel (2)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
161wspBinding.UseDefaultWebProxy = this.UseDefaultWebProxy;
System\ServiceModel\WSDualHttpBinding.cs (1)
242this.UseDefaultWebProxy = transport.UseDefaultWebProxy;
1 reference to UseDefaultWebProxy
System.ServiceModel (1)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
140SetPropertyValueIfNotDefaultValue(ConfigurationStrings.UseDefaultWebProxy, wspBinding.UseDefaultWebProxy);