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