Udostępnij za pośrednictwem


ConnectionManagementElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ConnectionManagementElement.

Przeciążenia

ConnectionManagementElement()

Inicjuje nowe wystąpienie klasy ConnectionManagementElement.

ConnectionManagementElement(String, Int32)

Inicjuje ConnectionManagementElement nowe wystąpienie klasy z określonym adresem i informacjami o limicie połączenia.

ConnectionManagementElement()

Inicjuje nowe wystąpienie klasy ConnectionManagementElement.

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

Zobacz też

Dotyczy

ConnectionManagementElement(String, Int32)

Inicjuje ConnectionManagementElement nowe wystąpienie klasy z określonym adresem i informacjami o limicie połączenia.

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

Ciąg identyfikujący adres komputera zdalnego.

maxConnection
Int32

Liczba całkowita określająca maksymalną liczbę połączeń dozwolonych address z komputera lokalnego.

Uwagi

Ten konstruktor ustawia Address właściwość na address i MaxConnection właściwość na maxConnection.

Zobacz też

Dotyczy