1 implementation of CanGetChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1738public bool CanGetChannel { get; }
1 reference to CanGetChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1273Queue<IWaiter> waiters = waiter.CanGetChannel ? _getChannelQueue : _waitQueue;