BasicHttpBindingElement.BypassProxyOnLocal Propiedad

Definición

Obtiene o establece el atributo que indica si se va a omitir 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

Valor booleano que indica si se debe omitir el servidor proxy para las direcciones locales.

Atributos

Se aplica a