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