HttpTransportElement.BypassProxyOnLocal 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否忽略本機位址的 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
。
- 屬性
備註
本機位址是位於本機 LAN 或內部網路上的位址。 如果服務位址的開頭為,一律會忽略 proxy http://localhost
。 如果您想要讓用戶端在與相同電腦上的服務進行通訊時通過 proxy,請使用主機名稱,而不是 localhost。