WSHttpBindingBaseElement::BypassProxyOnLocal Property

 

Gets or sets a Boolean value that specifies whether to bypass the proxy server for local addresses.

Namespace:   System.ServiceModel.Configuration
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::Boolean

true if the proxy server is bypassed for local addresses; otherwise, false. The default is false.

.NET Framework
Available since 3.0
Return to top
Show: