7 implementations of Close
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
141public void Close(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
573void ICommunicationObject.Close(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
200void ICommunicationObject.Close(TimeSpan timeout) 706void ICommunicationObject.Close(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1394public void Close(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
222public void Close(TimeSpan timeout) 397public void Close(TimeSpan timeout)
21 references to Close
dotnet-svcutil-lib (21)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (2)
328_innerFactory.Close(timeout); 363_innerFactory.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
172channel.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
54_innerChannel.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
64_innerChannelFactory.Close(timeoutHelper.RemainingTime()); 224_innerOutputChannel.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1299InnerChannel.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
265channel.Close(timeoutHelper.RemainingTime()); 438_innerChannelFactory.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (3)
175((ICommunicationObject)this).Close(_channelFactory.InternalCloseTimeout); 212InnerChannel.Close(timeoutHelper.RemainingTime()); 708((ICommunicationObject)_channel).Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
409_listener.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
200_channel.Close(timeout); 1403_innerChannel.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
64_channel.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
232channel.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
62_channel.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
64_channel.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
56_channel.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
725co.Close(timeout);