ConnectionManagementElement 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示到远程计算机的最大连接数。 此类不能被继承。
public ref class ConnectionManagementElement sealed : System::Configuration::ConfigurationElementpublic sealed class ConnectionManagementElement : System.Configuration.ConfigurationElementtype ConnectionManagementElement = class
    inherit ConfigurationElementPublic NotInheritable Class ConnectionManagementElement
Inherits ConfigurationElement- 继承
注解
此类对应于 <add> Element for connectionManagement (Network Settings) 配置元素。
此类用于指定与远程计算机同时连接的最大数目。
此类提供对可存储在配置文件中的信息的编程访问。
构造函数
| ConnectionManagementElement() | 初始化 ConnectionManagementElement 类的新实例。 | 
| ConnectionManagementElement(String, Int32) | 用指定的地址和连接限制信息初始化 ConnectionManagementElement 类的新实例。 |