1 write to BypassProxyOnLocal
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
218
this.
BypassProxyOnLocal
= source.BypassProxyOnLocal;
2 references to BypassProxyOnLocal
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpTransportElement.cs (2)
184
binding.BypassProxyOnLocal = this.
BypassProxyOnLocal
;
218
this.BypassProxyOnLocal = source.
BypassProxyOnLocal
;