1 write to ProxyAddress
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
250webBinding.ProxyAddress = this.ProxyAddress;
2 references to ProxyAddress
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (2)
191if (webBinding.ProxyAddress != null) 193SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProxyAddress, webBinding.ProxyAddress);