共用方式為


HttpTransportElement.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,則為 true,否則為 false。 預設為 false

屬性

備註

本機位址是位於本機 LAN 或內部網路上的位址。 如果服務位址的開頭為,一律會忽略 proxy http://localhost 。 如果您想要讓用戶端在與相同電腦上的服務進行通訊時通過 proxy,請使用主機名稱,而不是 localhost。

適用於