次の方法で共有


ConnectionManagementElement コンストラクター

定義

ConnectionManagementElement クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ConnectionManagementElement()

ConnectionManagementElement クラスの新しいインスタンスを初期化します。

ConnectionManagementElement(String, Int32)

指定したアドレスと接続制限情報を使用して、 ConnectionManagementElement クラスの新しいインスタンスを初期化します。

ConnectionManagementElement()

ConnectionManagementElement クラスの新しいインスタンスを初期化します。

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

こちらもご覧ください

適用対象

ConnectionManagementElement(String, Int32)

指定したアドレスと接続制限情報を使用して、 ConnectionManagementElement クラスの新しいインスタンスを初期化します。

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)

パラメーター

address
String

リモート コンピューターのアドレスを識別する文字列。

maxConnection
Int32

ローカル コンピューターから address できる接続の最大数を識別する整数。

注釈

このコンストラクターは、 Address プロパティを address に設定し、 MaxConnection プロパティを maxConnection に設定します。

こちらもご覧ください

適用対象