ConnectionManagementElement Constructor (String^, Int32)
.NET Framework (current version)
Initializes a new instance of the ConnectionManagementElement class with the specified address and connection limit information.
Assembly: System (in System.dll)
Parameters
- address
-
Type:
System::String^
A string that identifies the address of a remote computer.
- maxConnection
-
Type:
System::Int32
An integer that identifies the maximum number of connections allowed to address from the local computer.
This constructor sets the Address property to address and the MaxConnection property to maxConnection.
.NET Framework
Available since 2.0
Available since 2.0
Show: