ProxyElement.BypassOnLocal Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob lokale Ressourcen mithilfe eines Webservers abgerufen werden.

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

Eigenschaftswert

Ein Wert, der angibt, ob lokale Ressourcen mithilfe eines Webservers abgerufen werden.

Attribute

Hinweise

Dieses Konfigurationselement steuert, ob Anforderungen für Ressourcen im LAN an den Proxyserver gesendet oder direkt an den Host gesendet werden, auf dem sich die Ressource befindet.

Gilt für:

Weitere Informationen