BasicHttpBindingElement.BypassProxyOnLocal Vlastnost

Definice

Získá nebo nastaví atribut, který označ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

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

Atributy

Platí pro