1 implementation of GetConnectionPoolKey
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
390
string IConnectionOrientedTransportChannelFactorySettings.
GetConnectionPoolKey
(EndpointAddress address, Uri via) => GetConnectionPoolKey(address, via);
1 reference to GetConnectionPoolKey
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
670
result = _settings.
GetConnectionPoolKey
(address, via);