ProxyElement.BypassOnLocal Egenskap

Definition

Hämtar eller anger ett värde som anger om lokala resurser hämtas med hjälp av en webbproxyserver.

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

Egenskapsvärde

Ett värde som anger om lokala resurser hämtas med hjälp av en webbproxyserver.

Attribut

Kommentarer

Det här konfigurationselementet styr om begäranden om resurser på LAN skickas till proxyservern eller skickas direkt till värden där resursen finns.

Gäller för

Se även