Share via


ProxyElement.BypassOnLocal Proprietà

Definizione

Ottiene o imposta un valore che indica se le risorse locali vengono recuperate utilizzando un server proxy Web.

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

Valore della proprietà

Valore che indica se le risorse locali vengono recuperate usando un server proxy Web.

Attributi

Commenti

Questo elemento di configurazione controlla se le richieste per le risorse nella LAN vengono inviate al server proxy o inviate direttamente all'host in cui risiede la risorsa.

Si applica a

Vedi anche