6 writes to ProxyAddress
System.ServiceModel.Http (6)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
48ProxyAddress = HttpTransportDefaults.ProxyAddress; 72ProxyAddress = elementToBeCloned.ProxyAddress;
System\ServiceModel\HttpBindingBase.cs (2)
135_httpTransport.ProxyAddress = value; 136_httpsTransport.ProxyAddress = value;
System\ServiceModel\WSHttpBindingBase.cs (2)
90HttpTransport.ProxyAddress = value; 91HttpsTransport.ProxyAddress = value;
6 references to ProxyAddress
System.ServiceModel.Http (6)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
103else if (bindingElement.ProxyAddress != null) 112Proxy = new WebProxy(bindingElement.ProxyAddress, bindingElement.BypassProxyOnLocal); 118new WebProxyFactory(bindingElement.ProxyAddress, bindingElement.BypassProxyOnLocal,
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
72ProxyAddress = elementToBeCloned.ProxyAddress;
System\ServiceModel\HttpBindingBase.cs (1)
130return _httpTransport.ProxyAddress;
System\ServiceModel\WSHttpBindingBase.cs (1)
87get { return HttpTransport.ProxyAddress; }