WSHttpBindingBaseElement.BypassProxyOnLocal Eigenschaft

Definition

Ruft einen booleschen Wert ab oder legt einen booleschen Wert fest, der 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

true, um den Proxyserver bei lokalen Adressen zu umgehen, andernfalls false. Der Standardwert ist false.

Attribute

Gilt für: