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