Sdílet prostřednictvím


HttpBindingBaseElement.BypassProxyOnLocal Vlastnost

Definice

Získává nebo nastavuje hodnotu, která indikuje, jestli se má proxy server pro místní adresy obejít.

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

Hodnota vlastnosti

Boolean

true Pokud je proxy server obejít pro místní adresy; v opačném případě false .

Atributy

Platí pro