Share via


BasicHttpBindingElement.BypassProxyOnLocal Proprietà

Definizione

Ottiene o imposta l'attributo che indica se ignorare il server proxy per indirizzi locali.

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

Valore della proprietà

Boolean

Valore booleano che indica se ignorare il server proxy per indirizzi locali.

Attributi

Si applica a