1 implementation of ConnectionPoolGroupName
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
101public string ConnectionPoolGroupName
3 references to ConnectionPoolGroupName
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionPool.cs (2)
632this.name = settings.ConnectionPoolGroupName; 658(this.name == settings.ConnectionPoolGroupName) &&
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
29string key = settings.ConnectionPoolGroupName;