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