Share via


ProxyElement.BypassOnLocal Vlastnost

Definice

Získá nebo nastaví hodnotu, která označuje, zda jsou místní prostředky načteny pomocí webového proxy serveru.

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

Hodnota vlastnosti

Hodnota, která označuje, zda jsou místní prostředky načteny pomocí webového proxy serveru.

Atributy

Poznámky

Tento element konfigurace určuje, jestli se požadavky na prostředky v síti LAN odesílají na proxy server nebo přímo na hostitele, kde se prostředek nachází.

Platí pro

Viz také