2 types derived from DatagramAdapterListenerBase
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
754
class InputDatagramAdapterListener :
DatagramAdapterListenerBase
<IInputChannel, IInputSessionChannel, Message>
843
class ReplyDatagramAdapterListener :
DatagramAdapterListenerBase
<IReplyChannel, IReplySessionChannel, RequestContext>
6 references to DatagramAdapterListenerBase
System.ServiceModel (6)
System\ServiceModel\Channels\DatagramAdapter.cs (6)
94
((
DatagramAdapterListenerBase
<TChannel, TSessionChannel, ItemType>)result.AsyncState).AcceptCallback(result);
125
((
DatagramAdapterListenerBase
<TChannel, TSessionChannel, ItemType>)state).ChannelPump();
282
ActionItem.Schedule(
DatagramAdapterListenerBase
<TChannel, TSessionChannel, ItemType>.channelPumpDelegate, this);
364
DatagramAdapterListenerBase
<TChannel, TSessionChannel, ItemType> parent;
369
DatagramAdapterReceiver(
DatagramAdapterListenerBase
<TChannel, TSessionChannel, ItemType> parent,
481
internal static void Pump(
DatagramAdapterListenerBase
<TChannel, TSessionChannel, ItemType> listener,