1 instantiation of ChannelPoolKey
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelPool.cs (1)
58return new ChannelPoolKey(address, via);
8 references to ChannelPoolKey
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelPool.cs (4)
12class ChannelPool<TChannel> : IdlingCommunicationPool<ChannelPoolKey, TChannel> 56protected override ChannelPoolKey GetPoolKey(EndpointAddress address, Uri via) 95class ChannelPoolKey : IEquatable<ChannelPoolKey> 111public bool Equals(ChannelPoolKey other)
System\ServiceModel\Channels\OneWayChannelFactory.cs (4)
521ChannelPoolKey key = null; 607void CleanupChannel(IDuplexSessionChannel channel, bool connectionStillGood, ChannelPoolKey key, bool isConnectionFromPool, ref TimeoutHelper timeoutHelper) 626IDuplexSessionChannel GetChannelFromPool(ref TimeoutHelper timeoutHelper, out ChannelPoolKey key, 660ChannelPoolKey key;