HttpBindingBaseElement.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

屬性值

如果近端網址略過 Proxy 伺服器,則為 true,否則為 false

屬性

適用於