WSHttpBindingBaseElement::BypassProxyOnLocal Property
.NET Framework (current version)
Gets or sets a Boolean value that specifies whether to bypass the proxy server for local addresses.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("bypassProxyOnLocal", DefaultValue = false)] property bool BypassProxyOnLocal { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the proxy server is bypassed for local addresses; otherwise, false. The default is false.
.NET Framework
Available since 3.0
Available since 3.0
Show: