NamedPipeConnectionPoolSettingsElement.GroupName Property

Definition

Gets or sets a string that defines the name of the connection pool used for outgoing channels.

[System.Configuration.ConfigurationProperty("groupName", DefaultValue="default")]
[System.Configuration.StringValidator(MinLength=0)]
public string GroupName { get; set; }

Property Value

A string that defines the name of the connection pool used for outgoing channels.

Attributes

Remarks

In streamed mode, connections are not shared, meaning that connection pooling is disabled. The default is a "default" string. You can modify this value to isolate the connections for a particular client into separate groups.

Applies to

Produkt Wersje
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1