ProxyElement.BypassOnLocalValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定对于本地资源是否跳过代理。
public: enum class ProxyElement::BypassOnLocalValues
public enum ProxyElement.BypassOnLocalValues
type ProxyElement.BypassOnLocalValues =
Public Enum ProxyElement.BypassOnLocalValues
- 继承
字段
False | 0 | 所有本地资源请求均应通过代理。 |
True | 1 | 直接访问本地资源。 |
Unspecified | -1 | 未指定。 |
注解
本地资源包括本地服务器(http://localhost
、http://loopback
或 http://127.0.0.1
),以及不带句点的 (http://webserver
) 的 URI。