NamedPipeConnectionPoolSettingsElement.GroupName プロパティ

定義

送信チャネルに使用される接続プールの名前を定義する文字列を取得または設定します。

public:
 property System::String ^ GroupName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("groupName", DefaultValue="default")]
[System.Configuration.StringValidator(MinLength=0)]
public string GroupName { get; set; }
[<System.Configuration.ConfigurationProperty("groupName", DefaultValue="default")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.GroupName : string with get, set
Public Property GroupName As String

プロパティ値

送信チャネルに使用される接続プールの名前を定義する文字列。

属性

注釈

ストリーミング モードでは、接続は共有されません。つまり、接続プールが無効になっています。 既定値は "default" 文字列です。 この値を変更して、特定のクライアントの接続を個別のグループに分離できます。

適用対象