次の方法で共有


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

プロパティ値

String

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

属性

注釈

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

適用対象