Aracılığıyla paylaş


ProxyElement.BypassOnLocal Özellik

Tanım

Yerel kaynakların bir Web proxy sunucusu kullanılarak alınıp alınmadığını belirten bir değer alır veya ayarlar.

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

Özellik Değeri

Yerel kaynakların bir Web proxy sunucusu kullanılarak alınıp alınmadığını gösteren değer.

Öznitelikler

Açıklamalar

Bu yapılandırma öğesi, LAN üzerindeki kaynaklara yönelik isteklerin ara sunucuya mı yoksa doğrudan kaynağın bulunduğu konağa mı gönderileceğini denetler.

Şunlara uygulanır

Ayrıca bkz.