3 writes to proxyAddress
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
60this.proxyAddress = HttpTransportDefaults.ProxyAddress; 85this.proxyAddress = elementToBeCloned.proxyAddress; 315this.proxyAddress = value;
4 references to proxyAddress
System.ServiceModel (4)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
85this.proxyAddress = elementToBeCloned.proxyAddress; 311return this.proxyAddress; 922if (this.proxyAddress != http.proxyAddress)