Freigeben über


ProxyElement.BypassOnLocal Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob lokale Ressourcen mithilfe eines Webproxyservers abgerufen werden, oder legt diesen fest.

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 Webproxyservers abgerufen werden.

Attribute

Hinweise

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

Gilt für:

Weitere Informationen