Sdílet prostřednictvím


BasicHttpBindingElement.BypassProxyOnLocal Vlastnost

Definice

Získá nebo nastaví atribut, který určuje, zda se má obejít proxy server pro místní adresy.

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

Logická hodnota, která určuje, jestli se má obejít proxy server pro místní adresy.

Atributy

Platí pro