16 references to BypassProxyOnLocal
System.ServiceModel (16)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (4)
31
[ConfigurationProperty(ConfigurationStrings.
BypassProxyOnLocal
, DefaultValue = HttpTransportDefaults.BypassProxyOnLocal)]
34
get { return (bool)base[ConfigurationStrings.
BypassProxyOnLocal
]; }
35
set { base[ConfigurationStrings.
BypassProxyOnLocal
] = value; }
121
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
BypassProxyOnLocal
, httpBindingBase.BypassProxyOnLocal);
System\ServiceModel\Configuration\HttpTransportElement.cs (4)
56
[ConfigurationProperty(ConfigurationStrings.
BypassProxyOnLocal
, DefaultValue = HttpTransportDefaults.BypassProxyOnLocal)]
59
get { return (bool)base[ConfigurationStrings.
BypassProxyOnLocal
]; }
60
set { base[ConfigurationStrings.
BypassProxyOnLocal
] = value; }
247
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
BypassProxyOnLocal
, source.BypassProxyOnLocal);
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (4)
32
[ConfigurationProperty(ConfigurationStrings.
BypassProxyOnLocal
, DefaultValue = HttpTransportDefaults.BypassProxyOnLocal)]
35
get { return (bool)base[ConfigurationStrings.
BypassProxyOnLocal
]; }
36
set { base[ConfigurationStrings.
BypassProxyOnLocal
] = value; }
130
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
BypassProxyOnLocal
, wspBinding.BypassProxyOnLocal);
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (4)
27
[ConfigurationProperty(ConfigurationStrings.
BypassProxyOnLocal
, DefaultValue = HttpTransportDefaults.BypassProxyOnLocal)]
30
get { return (bool)base[ConfigurationStrings.
BypassProxyOnLocal
]; }
31
set { base[ConfigurationStrings.
BypassProxyOnLocal
] = value; }
112
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
BypassProxyOnLocal
, wspBinding.BypassProxyOnLocal);