1 override of OnEndClose
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
334protected override void OnEndClose(IAsyncResult result)
2 references to OnEndClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
167this.OnEndClose(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
341base.OnEndClose(result);