1 override of CloseChannelAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
364protected override Task CloseChannelAsync(IDuplexSessionChannel channel, TimeSpan timeout)
1 reference to CloseChannelAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
259await CloseChannelAsync(channel, timeoutHelper.RemainingTime());