2 references to TryGetChannelForOutputAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
153(bool success, TChannel channel) = await Synchronizer.TryGetChannelForOutputAsync(timeoutHelper.RemainingTime(), maskingMode);
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
618(bool success, TChannel channel) = await Synchronizer.TryGetChannelForOutputAsync(timeoutHelper.RemainingTime(), maskingMode);