Bagikan melalui


ProxyElement.BypassOnLocal Properti

Definisi

Mendapatkan atau menetapkan nilai yang menunjukkan apakah sumber daya lokal diambil dengan menggunakan server proksi Web.

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

Nilai Properti

Nilai yang menunjukkan apakah sumber daya lokal diambil dengan menggunakan server proksi Web.

Atribut

Keterangan

Elemen konfigurasi ini mengontrol apakah permintaan sumber daya di LAN dikirim ke server proksi atau dikirim langsung ke host tempat sumber daya berada.

Berlaku untuk

Lihat juga