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