HttpBindingBaseElement.BypassProxyOnLocal Propiedad

Definición

Obtiene o establece un valor que indica si debe omitirse el servidor proxy para las direcciones locales.

public:
 property bool BypassProxyOnLocal { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=false)]
public bool BypassProxyOnLocal { get; set; }
[<System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=false)>]
member this.BypassProxyOnLocal : bool with get, set
Public Property BypassProxyOnLocal As Boolean

Valor de propiedad

true si se omite el servidor proxy para las direcciones locales; de lo contrario, false.

Atributos

Se aplica a