8 writes to ProxyAddress
System.ServiceModel (6)
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
194
binding.
ProxyAddress
= this.ProxyAddress;
System\ServiceModel\HttpBindingBase.cs (2)
139
this.httpTransport.
ProxyAddress
= value;
140
this.httpsTransport.
ProxyAddress
= value;
System\ServiceModel\WSDualHttpBinding.cs (1)
134
set { httpTransport.
ProxyAddress
= value; }
System\ServiceModel\WSHttpBindingBase.cs (2)
118
httpTransport.
ProxyAddress
= value;
119
httpsTransport.
ProxyAddress
= value;
System.ServiceModel.Web (2)
System\ServiceModel\WebHttpBinding.cs (2)
116
httpTransportBindingElement.
ProxyAddress
= value;
117
httpsTransportBindingElement.
ProxyAddress
= value;
13 references to ProxyAddress
System.ServiceModel (12)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (2)
209
if (null != http.
ProxyAddress
)
211
instance.SetProperty(AdministrationStrings.ProxyAddress, http.
ProxyAddress
.AbsoluteUri.ToString());
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
144
else if (bindingElement.
ProxyAddress
!= null)
153
this.proxy = new WebProxy(bindingElement.
ProxyAddress
, bindingElement.BypassProxyOnLocal);
159
new WebProxyFactory(bindingElement.
ProxyAddress
, bindingElement.BypassProxyOnLocal,
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
252
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProxyAddress, source.
ProxyAddress
);
System\ServiceModel\HttpBindingBase.cs (2)
134
return this.httpTransport.
ProxyAddress
;
341
this.ProxyAddress = transport.
ProxyAddress
;
System\ServiceModel\WSDualHttpBinding.cs (2)
133
get { return httpTransport.
ProxyAddress
; }
241
this.ProxyAddress = transport.
ProxyAddress
;
System\ServiceModel\WSHttpBindingBase.cs (2)
115
get { return httpTransport.
ProxyAddress
; }
230
this.ProxyAddress = transport.
ProxyAddress
;
System.ServiceModel.Web (1)
System\ServiceModel\WebHttpBinding.cs (1)
113
get { return httpTransportBindingElement.
ProxyAddress
; }