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