13 references to CloseHelperAsync
System.ServiceModel.Primitives (13)
System\ServiceModel\Channels\LayeredChannel.cs (1)
53return InnerChannel.CloseHelperAsync(timeout);
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
61await InnerChannelFactory.CloseHelperAsync(timeoutHelper.RemainingTime()); 285await _innerOutputChannel.CloseHelperAsync(timeout);
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
316return channel.CloseHelperAsync(timeout); 2035await channel.CloseHelperAsync(timeoutHelper.RemainingTime()); 2109await channel.CloseHelperAsync(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
93await InnerChannelFactory.CloseHelperAsync(timeoutHelper.RemainingTime());
System\ServiceModel\ClientBase.cs (2)
360await InnerChannel.CloseHelperAsync(timeoutHelper.RemainingTime()); 387await GetChannelFactory().CloseHelperAsync(timeoutHelper.RemainingTime());
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
154await channel.CloseHelperAsync(timeout);
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
81await _rstChannelFactory.CloseHelperAsync(timeout);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (2)
313await _rstChannelFactory.CloseHelperAsync(timeoutHelper.RemainingTime()); 757await _serviceChannelFactory.CloseHelperAsync(timeout);