1 write to onChannelClosed
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
51this.onChannelClosed = new EventHandler(OnChannelClosed);
2 references to onChannelClosed
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelListener.cs (2)
451channel.Closed += this.onChannelClosed; 717closingChannel.Closed -= this.onChannelClosed;