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)
60protected override void OnClose(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
140protected override void OnClose(TimeSpan timeout)
2 references to OnClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
63base.OnClose(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
143base.OnClose(timeout);