BasicHttpBindingElement.BypassProxyOnLocal Propiedad

Definición

Obtiene o establece el atributo que indica 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

Boolean

Valor de tipo booleano que indica si se omitirá el servidor proxy para las direcciones locales.

Atributos

Se aplica a