3 writes to bypassProxyOnLocal
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
52
this.
bypassProxyOnLocal
= HttpTransportDefaults.BypassProxyOnLocal;
76
this.
bypassProxyOnLocal
= elementToBeCloned.bypassProxyOnLocal;
138
this.
bypassProxyOnLocal
= value;
2 references to bypassProxyOnLocal
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
76
this.bypassProxyOnLocal = elementToBeCloned.
bypassProxyOnLocal
;
134
return this.
bypassProxyOnLocal
;