HttpBindingBaseElement.BypassProxyOnLocal Proprietà

Definizione

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

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

Attributi

Si applica a