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