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