ProxyElement.BypassOnLocalValues 枚举
定义
指定对于本地资源是否跳过代理。Specifies whether the proxy is bypassed for local resources.
public: enum class ProxyElement::BypassOnLocalValues
public enum ProxyElement.BypassOnLocalValues
type ProxyElement.BypassOnLocalValues =
Public Enum ProxyElement.BypassOnLocalValues
- 继承
字段
| False | 0 | 所有本地资源请求均应通过代理。All requests for local resources should go through the proxy. |
| True | 1 | 直接访问本地资源。Access local resources directly. |
| Unspecified | -1 | 未指定。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).