ProxyElement.UseSystemDefaultValues 列舉

定義

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

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

欄位

名稱 Description
Unspecified -1

系統預設代理設定未指定。

False 0

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

True 1

使用系統預設的代理設定值。

備註

本地資源包括本地伺服器(http://localhosthttp://loopbackhttp://127.0.0.1)以及一個無句點()http://webserver的 URI。

適用於