8 writes to BypassProxyOnLocal
System.ServiceModel (6)
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
184
binding.
BypassProxyOnLocal
= this.BypassProxyOnLocal;
System\ServiceModel\HttpBindingBase.cs (2)
62
this.httpTransport.
BypassProxyOnLocal
= value;
63
this.httpsTransport.
BypassProxyOnLocal
= value;
System\ServiceModel\WSDualHttpBinding.cs (1)
72
set { httpTransport.
BypassProxyOnLocal
= value; }
System\ServiceModel\WSHttpBindingBase.cs (2)
52
httpTransport.
BypassProxyOnLocal
= value;
53
httpsTransport.
BypassProxyOnLocal
= value;
System.ServiceModel.Web (2)
System\ServiceModel\WebHttpBinding.cs (2)
56
httpTransportBindingElement.
BypassProxyOnLocal
= value;
57
httpsTransportBindingElement.
BypassProxyOnLocal
= value;
11 references to BypassProxyOnLocal
System.ServiceModel (10)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
204
instance.SetProperty(AdministrationStrings.BypassProxyOnLocal, http.
BypassProxyOnLocal
);
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
153
this.proxy = new WebProxy(bindingElement.ProxyAddress, bindingElement.
BypassProxyOnLocal
);
159
new WebProxyFactory(bindingElement.ProxyAddress, bindingElement.
BypassProxyOnLocal
,
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
247
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.BypassProxyOnLocal, source.
BypassProxyOnLocal
);
System\ServiceModel\HttpBindingBase.cs (2)
57
return this.httpTransport.
BypassProxyOnLocal
;
336
this.BypassProxyOnLocal = transport.
BypassProxyOnLocal
;
System\ServiceModel\WSDualHttpBinding.cs (2)
71
get { return httpTransport.
BypassProxyOnLocal
; }
237
this.BypassProxyOnLocal = transport.
BypassProxyOnLocal
;
System\ServiceModel\WSHttpBindingBase.cs (2)
49
get { return httpTransport.
BypassProxyOnLocal
; }
226
this.BypassProxyOnLocal = transport.
BypassProxyOnLocal
;
System.ServiceModel.Web (1)
System\ServiceModel\WebHttpBinding.cs (1)
53
get { return httpTransportBindingElement.
BypassProxyOnLocal
; }