ProxyElement.BypassOnLocal Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of lokale resources worden opgehaald met behulp van een webproxyserver.

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

Waarde van eigenschap

Een waarde die aangeeft of lokale resources worden opgehaald met behulp van een webproxyserver.

Kenmerken

Opmerkingen

Dit configuratie-element bepaalt of aanvragen voor resources op het LAN worden verzonden naar de proxyserver of rechtstreeks worden verzonden naar de host waar de resource zich bevindt.

Van toepassing op

Zie ook