ServicePointManagerElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用于创建远程计算机连接的默认设置。 此类不能被继承。
public ref class ServicePointManagerElement sealed : System::Configuration::ConfigurationElement
public sealed class ServicePointManagerElement : System.Configuration.ConfigurationElement
type ServicePointManagerElement = class
inherit ConfigurationElement
Public NotInheritable Class ServicePointManagerElement
Inherits ConfigurationElement
- 继承
注解
此类对应于 servicePointManager
servicePointManager> 元素的 属性<settings
, (网络设置) 配置元素。
此类用于指定用于初始化新 ServicePoint 对象的值。
此类提供对可存储在配置文件中的信息的编程访问。
构造函数
ServicePointManagerElement() |
初始化 ServicePointManagerElement 类的新实例。 |