2 references to OnChannelClosed
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (2)
153
channel.Closed += this.
OnChannelClosed
;
158
channel.Closed -= this.
OnChannelClosed
;