1 override of TryGetChannelAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
200protected override Task<bool> TryGetChannelAsync(TimeSpan timeout)
3 references to TryGetChannelAsync
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
1029if (await _binder.TryGetChannelAsync(TimeSpan.Zero)) 1469if (!await _binder.TryGetChannelAsync(TimeSpan.Zero)) 1785else if (await _synchronizer._binder.TryGetChannelAsync(