次の方法で共有


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 への許可されている最大接続数を指定する整数。

注釈

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

こちらもご覧ください

適用対象