Bagikan melalui


ProxyElement.AutoDetect Properti

Definisi

Mendapatkan atau menetapkan ProxyElement.AutoDetectValues nilai yang mengontrol apakah proksi Web terdeteksi secara otomatis.

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

Nilai Properti

TrueWebProxy jika terdeteksi secara otomatis; False jika WebProxy tidak terdeteksi secara otomatis; atau Unspecified.

Atribut

Berlaku untuk

Lihat juga