ProxyElement.UseSystemDefaultValues 枚举
定义
指定是否使用本地系统代理设置来确定对于本地资源是否跳过代理。Specifies whether to use the local system proxy settings to determine whether the proxy is bypassed for local resources.
public: enum class ProxyElement::UseSystemDefaultValues
public enum ProxyElement.UseSystemDefaultValues
type ProxyElement.UseSystemDefaultValues =
Public Enum ProxyElement.UseSystemDefaultValues
- 继承
字段
False | 0 | 请勿使用系统默认代理设置值。Do not use system default proxy setting values. |
True | 1 | 使用系统默认代理设置值。Use system default proxy setting values. |
Unspecified | -1 | 未指定系统默认代理设置。The system default proxy setting is unspecified. |
注解
本地资源包括本地服务器(http://localhost
、http://loopback
或 http://127.0.0.1
)以及不带句点的 URI (http://webserver
)。Local resources include the local server (http://localhost
, http://loopback
, or http://127.0.0.1
) and a URI without a period (http://webserver
).