ProxyElement.BypassOnLocal Propiedad

Definición

Obtiene o establece un valor que indica si los recursos locales se recuperan mediante un servidor 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

Valor de propiedad

Valor que indica si los recursos locales se recuperan mediante un servidor proxy web.

Atributos

Comentarios

Este elemento de configuración controla si las solicitudes de recursos de la LAN se envían al servidor proxy o se envían directamente al host donde reside el recurso.

Se aplica a

Consulte también