BasicHttpBindingElement.BypassProxyOnLocal Eigenschaft

Definition

Ruft das Attribut ab oder legt das Attribut fest, das angibt, ob der Proxyserver bei lokalen Adressen umgangen werden soll.

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

Eigenschaftswert

Boolean

Ein boolescher Wert, der angibt, ob der Proxyserver bei lokalen Adressen umgangen werden soll.

Attribute

Gilt für