1 override of OnClose
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
325
protected override void
OnClose
(TimeSpan timeout)
2 references to OnClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
88
this.
OnClose
(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
331
base.
OnClose
(timeoutHelper.RemainingTime());