WSHttpBindingBaseElement::UseDefaultWebProxy Property
.NET Framework (current version)
Gets or sets a Boolean value that specifies whether the system’s auto-configured HTTP proxy is used.
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::Booleantrue if the system’s auto-configured HTTP proxy is used; otherwise, false. The default is true.
.NET Framework
Available since 3.0
Available since 3.0
Show: