7 implementations of Close
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
141
public void
Close
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
573
void ICommunicationObject.
Close
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
200
void ICommunicationObject.
Close
(TimeSpan timeout)
706
void ICommunicationObject.
Close
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1394
public void
Close
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
222
public void
Close
(TimeSpan timeout)
397
public 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)
172
channel.
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)
1299
InnerChannel.
Close
(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
265
channel.
Close
(timeoutHelper.RemainingTime());
438
_innerChannelFactory.
Close
(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (3)
175
((ICommunicationObject)this).
Close
(_channelFactory.InternalCloseTimeout);
212
InnerChannel.
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)
232
channel.
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)
725
co.
Close
(timeout);