Share via


ConnectionManagementElement Konstruktory

Definice

Inicializuje novou instanci ConnectionManagementElement třídy.

Přetížení

ConnectionManagementElement()

Inicializuje novou instanci ConnectionManagementElement třídy.

ConnectionManagementElement(String, Int32)

Inicializuje novou instanci ConnectionManagementElement třídy se zadanou adresou a informacemi o limitu připojení.

ConnectionManagementElement()

Inicializuje novou instanci ConnectionManagementElement třídy.

public:
 ConnectionManagementElement();
public ConnectionManagementElement ();
Public Sub New ()

Viz také

Platí pro

ConnectionManagementElement(String, Int32)

Inicializuje novou instanci ConnectionManagementElement třídy se zadanou adresou a informacemi o limitu připojení.

public:
 ConnectionManagementElement(System::String ^ address, int maxConnection);
public ConnectionManagementElement (string address, int maxConnection);
new System.Net.Configuration.ConnectionManagementElement : string * int -> System.Net.Configuration.ConnectionManagementElement
Public Sub New (address As String, maxConnection As Integer)

Parametry

address
String

Řetězec, který identifikuje adresu vzdáleného počítače.

maxConnection
Int32

Celé číslo, které identifikuje maximální počet povolených address připojení z místního počítače.

Poznámky

Tento konstruktor nastaví Address vlastnost na address a vlastnost MaxConnection na maxConnection.

Viz také

Platí pro