1 implementation of ConnectionPoolGroupName
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
99
public string
ConnectionPoolGroupName
3 references to ConnectionPoolGroupName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (2)
610
_name = settings.
ConnectionPoolGroupName
;
636
(_name == settings.
ConnectionPoolGroupName
) &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
27
string key = settings.
ConnectionPoolGroupName
;