ProxyElement::AutoDetect Property

 

Gets or sets an ProxyElement::AutoDetectValues value that controls whether the Web proxy is automatically detected.

Namespace:   System.Net.Configuration
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::AutoDetectValues

True if the WebProxy is automatically detected; False if the WebProxy is not automatically detected; or Unspecified.

.NET Framework
Available since 2.0
Return to top
Show: