WSHttpBindingBaseElement.BypassProxyOnLocal Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se 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

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

Atributos

Se aplica a