ProxyElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识 Web 代理服务器的配置设置。 此类不能被继承。
public ref class ProxyElement sealed : System::Configuration::ConfigurationElement
public sealed class ProxyElement : System.Configuration.ConfigurationElement
type ProxyElement = class
inherit ConfigurationElement
Public NotInheritable Class ProxyElement
Inherits ConfigurationElement
- 继承
注解
下表显示了与此类相对应的 proxy> Element (Network Settings) 配置元素的配置属性<。
元素 | 说明 |
---|---|
proxyaddress |
标识要使用的 Web 代理服务器的 URI。 |
bypassonlocal |
确定是否对本地资源绕过 Web 代理。 |
usesystemdefault |
控制是否使用 Internet 选项 Web 代理设置。 |
此类用于指定和配置 Web 代理服务器,以用于通过 WebRequest 和 WebClient 类发出的请求。
此类提供对可存储在配置文件中的信息的编程访问。
构造函数
ProxyElement() |
初始化 ProxyElement 类的新实例。 |