Share via


BasicHttpBindingElement.BypassProxyOnLocal 屬性

定義

取得或設定屬性,指出近端網址是否不使用 Proxy 伺服器。

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

屬性值

Boolean

布林值,指出本機位址是否略過 Proxy 伺服器。

屬性

適用於