BasicHttpBindingElement.BypassProxyOnLocal Eigenschap

Definitie

Hiermee wordt het kenmerk opgehaald of ingesteld dat aangeeft of de proxyserver moet worden omzeild voor lokale adressen.

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

Een Booleaanse waarde die aangeeft of de proxyserver voor lokale adressen moet worden overgeslagen.

Kenmerken

Van toepassing op