Share via


WSDualHttpBindingElement.BypassProxyOnLocal Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica 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

true se il server proxy viene ignorato per gli indirizzi locali. In caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a