1 write to onChannelClosed
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
572this.onChannelClosed = new EventHandler(OnChannelClosed);
2 references to onChannelClosed
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
590channel.Closed += this.onChannelClosed; 596channel.Closed -= this.onChannelClosed;