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