6 writes to ProxyAddress
System.ServiceModel.Http (6)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
48
ProxyAddress
= HttpTransportDefaults.ProxyAddress;
72
ProxyAddress
= elementToBeCloned.ProxyAddress;
System\ServiceModel\HttpBindingBase.cs (2)
135
_httpTransport.
ProxyAddress
= value;
136
_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)
72
ProxyAddress = elementToBeCloned.
ProxyAddress
;
System\ServiceModel\HttpBindingBase.cs (1)
130
return _httpTransport.
ProxyAddress
;
System\ServiceModel\WSHttpBindingBase.cs (1)
87
get { return HttpTransport.
ProxyAddress
; }