Поделиться через


ProxyElement.AutoDetect Свойство

Определение

Получает или задает значение ProxyElement.AutoDetectValues, управляющее использованием автоматического обнаружения веб-прокси.

public:
 property System::Net::Configuration::ProxyElement::AutoDetectValues AutoDetect { System::Net::Configuration::ProxyElement::AutoDetectValues get(); void set(System::Net::Configuration::ProxyElement::AutoDetectValues value); };
[System.Configuration.ConfigurationProperty("autoDetect", DefaultValue=System.Net.Configuration.ProxyElement+AutoDetectValues.Unspecified)]
public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get; set; }
[<System.Configuration.ConfigurationProperty("autoDetect", DefaultValue=System.Net.Configuration.ProxyElement+AutoDetectValues.Unspecified)>]
member this.AutoDetect : System.Net.Configuration.ProxyElement.AutoDetectValues with get, set
Public Property AutoDetect As ProxyElement.AutoDetectValues

Значение свойства

Значение True, если веб-прокси WebProxy обнаруживается автоматически; значение False, если веб-прокси WebProxy автоматически не обнаруживается; либо значение Unspecified.

Атрибуты

Применяется к

См. также раздел