DefaultProxySection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Web 代理服务器用法的配置节。 此类不能被继承。
public ref class DefaultProxySection sealed : System::Configuration::ConfigurationSection
public sealed class DefaultProxySection : System.Configuration.ConfigurationSection
type DefaultProxySection = class
inherit ConfigurationSection
Public NotInheritable Class DefaultProxySection
Inherits ConfigurationSection
- 继承
注解
此类对应于 <defaultProxy> 元素 (网络设置) 配置元素。
此类用于访问有关 Web 代理服务器的信息,该服务器用于对 WebRequest 和 WebClient 类发出的请求。 下表描述了配置节中包含的 DefaultProxySection 配置元素。
元素 | 说明 |
---|---|
ProxyElement | 标识要使用的 Web 代理服务器。 |
BypassElement | 标识未使用代理服务器检索的资源。 |
ModuleElement | 标识自定义 IWebProxy 实现。 |
此类提供对可存储在配置文件中的信息的编程访问。
这些 DefaultProxySection 设置仅适用于默认代理服务器。
构造函数
DefaultProxySection() |
初始化 DefaultProxySection 类的新实例。 |