WSHttpBindingBaseElement.BypassProxyOnLocal Propriété

Définition

Obtient ou définit une valeur Boolean qui spécifie s'il faut ignorer le serveur proxy pour les adresses 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

Valeur de propriété

true afin d'ignorer le serveur proxy pour les adresses locales ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à