System 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationElement This class corresponds to the Add Element for ConnectionManagement (Network Settings) configuration element. This class is used to specify the maximum number of simultaneous connections to a remote computer. This class provides programmatic access to information that can be stored in configuration files. Represents the maximum number of connections to a remote computer. This class cannot be inherited. Constructor 2.0.0.0 4.0.0.0 To be added. Initializes a new instance of the class. Constructor 2.0.0.0 4.0.0.0 This constructor sets the property to and the property to . Initializes a new instance of the class with the specified address and connection limit information. A string that identifies the address of a remote computer. An integer that identifies the maximum number of connections allowed to from the local computer. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("address", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey) System.String To be added. You can set this property using an asterisk (*) to set the default number of connections for unspecified computers. This property identifies one or more remote computers and the property specifies how many simultaneous connections are allowed between the local computer and the remote computers. Gets or sets the address for remote computers. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("maxconnection", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired) System.Int32 To be added. This property specifies how many simultaneous connections are allowed between the local computer and the remote computer. The remote computer is specified using the property. The property is per . If an application is not changing from the default, then the property applies to the entire application domain. If only a single application domain is running in your application, then the property setting is application-wide. Gets or sets the maximum number of connections that can be made to a remote computer. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added.