Implemented interface member:
property
ConnectionPoolGroupName
System.ServiceModel.Channels.IConnectionOrientedTransportChannelFactorySettings.ConnectionPoolGroupName
1 write to ConnectionPoolGroupName
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
64ConnectionPoolGroupName = connectionPoolGroupName;
8 references to ConnectionPoolGroupName
System.ServiceModel.NetTcp (4)
System\ServiceModel\Channels\TcpChannelFactory.cs (4)
96if (settingName == nameof(ConnectionPoolGroupName)) 97return (T)(object)ConnectionPoolGroupName; 115(ConnectionPoolGroupName == other.GetConnectionPoolSetting<string>(nameof(ConnectionPoolGroupName))) &&
System.ServiceModel.UnixDomainSocket (4)
System\ServiceModel\Channels\UnixDomainSocketChannelFactory.cs (4)
109if (settingName == nameof(ConnectionPoolGroupName)) 110return (T)(object)ConnectionPoolGroupName; 128(ConnectionPoolGroupName == other.GetConnectionPoolSetting<string>(nameof(ConnectionPoolGroupName))) &&