1 write to channelPumpAfterExceptionDelegate
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
74this.channelPumpAfterExceptionDelegate = new Action(this.ChannelPump);
3 references to channelPumpAfterExceptionDelegate
System.ServiceModel (3)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
158this.Enqueue(exception, channelPumpAfterExceptionDelegate); 195this.Enqueue(exception, channelPumpAfterExceptionDelegate); 236this.Enqueue(exception, channelPumpAfterExceptionDelegate);