ProxyElement.UseSystemDefaultValues 列舉

定義

指定是否使用本機系統 Proxy 設定,判斷是否略過本機資源的 Proxy。

public: enum class ProxyElement::UseSystemDefaultValues
public enum ProxyElement.UseSystemDefaultValues
type ProxyElement.UseSystemDefaultValues = 
Public Enum ProxyElement.UseSystemDefaultValues
繼承
ProxyElement.UseSystemDefaultValues

欄位

False 0

不要使用系統預設的 Proxy 設定值。

True 1

使用系統預設的 Proxy 設定值。

Unspecified -1

系統預設 Proxy 設定是未指定的。

備註

本機資源包括本機伺服器 (http://localhosthttp://loopbackhttp://127.0.0.1),以及不含句點 (http://webserver) 的 URI。

適用於