ProxyElement::AutoDetect Property
.NET Framework (current version)
Gets or sets an ProxyElement::AutoDetectValues value that controls whether the Web proxy is automatically detected.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("autoDetect", DefaultValue = ProxyElement::AutoDetectValues::Unspecified)] property ProxyElement::AutoDetectValues AutoDetect { ProxyElement::AutoDetectValues get(); void set(ProxyElement::AutoDetectValues value); }
Property Value
Type: System.Net.Configuration::ProxyElement::AutoDetectValuesTrue if the WebProxy is automatically detected; False if the WebProxy is not automatically detected; or Unspecified.
.NET Framework
Available since 2.0
Available since 2.0
Show: