WSHttpBindingBaseElement::UseDefaultWebProxy Property

 

Gets or sets a Boolean value that specifies whether the system’s auto-configured HTTP proxy is used.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("useDefaultWebProxy", DefaultValue = true)]
property bool UseDefaultWebProxy {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the system’s auto-configured HTTP proxy is used; otherwise, false. The default is true.

.NET Framework
Available since 3.0
Return to top
Show: