2 types derived from DatagramAdapterListenerBase
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
754class InputDatagramAdapterListener : DatagramAdapterListenerBase<IInputChannel, IInputSessionChannel, Message> 843class 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(); 282ActionItem.Schedule(DatagramAdapterListenerBase<TChannel, TSessionChannel, ItemType>.channelPumpDelegate, this); 364DatagramAdapterListenerBase<TChannel, TSessionChannel, ItemType> parent; 369DatagramAdapterReceiver(DatagramAdapterListenerBase<TChannel, TSessionChannel, ItemType> parent, 481internal static void Pump(DatagramAdapterListenerBase<TChannel, TSessionChannel, ItemType> listener,