3 overrides of GetPoolKey
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelPool.cs (1)
56protected override ChannelPoolKey GetPoolKey(EndpointAddress address, Uri via)
System\ServiceModel\Channels\NamedPipeConnectionPool.cs (1)
40protected override string GetPoolKey(EndpointAddress address, Uri via)
System\ServiceModel\Channels\TcpConnectionPool.cs (1)
34protected override string GetPoolKey(EndpointAddress address, Uri via)
1 reference to GetPoolKey
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
213key = this.GetPoolKey(address, via);