WSHttpBindingBaseElement.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。 預設為 false

屬性

適用於