WSDualHttpBindingElement.BypassProxyOnLocal Eigenschap

Definitie

Hiermee wordt een Booleaanse waarde opgehaald of ingesteld die aangeeft of de proxyserver voor lokale adressen moet worden omzeild.

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

Waarde van eigenschap

true als de proxyserver wordt omzeild voor lokale adressen; anders, false. De standaardwaarde is false.

Kenmerken

Van toepassing op