BypassElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示不使用代理服务器检索的资源的地址信息。 此类不能被继承。
public ref class BypassElement sealed : System::Configuration::ConfigurationElement
public sealed class BypassElement : System.Configuration.ConfigurationElement
type BypassElement = class
inherit ConfigurationElement
Public NotInheritable Class BypassElement
Inherits ConfigurationElement
- 继承
注解
此类对应于 address
add> Element for bypasslist (Network Settings) 配置元素的 属性<。
此类用于指定何时不应使用代理服务器来处理使用 WebRequest 和 WebClient 类发出的请求。 绕过列表中的资源直接从其所在的服务器检索。
此类提供对可存储在配置文件中的信息的编程访问。
构造函数
BypassElement() |
初始化 BypassElement 类的新实例。 |
BypassElement(String) |
用指定的类型信息初始化 BypassElement 类的新实例。 |