Base:
method
OnClose
System.ServiceModel.Channels.ChannelFactoryBase.OnClose(System.TimeSpan)
2 overrides of OnClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
60
protected override void
OnClose
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
140
protected override void
OnClose
(TimeSpan timeout)
2 references to OnClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
63
base.
OnClose
(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
143
base.
OnClose
(timeout);