ProxyElement.BypassOnLocalValues 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定是否略過本機資源的 Proxy。
public: enum class ProxyElement::BypassOnLocalValues
public enum ProxyElement.BypassOnLocalValues
type ProxyElement.BypassOnLocalValues =
Public Enum ProxyElement.BypassOnLocalValues
- 繼承
欄位
False | 0 | 所有本機資源要求都應當透過 Proxy 提出。 |
True | 1 | 直接存取本機資源。 |
Unspecified | -1 | 未指定。 |
備註
本機資源包括本機伺服器 (http://localhost
、http://loopback
或 http://127.0.0.1
),以及不含句點 (http://webserver
) 的 URI。