2 types derived from UdpChannelBase
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
18abstract class UdpDuplexChannel : UdpChannelBase<Message>, IDuplexChannel
System\ServiceModel\Channels\UdpReplyChannel.cs (1)
13internal sealed class UdpReplyChannel : UdpChannelBase<RequestContext>, IReplyChannel
3 references to UdpChannelBase
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelBase.cs (2)
431private UdpChannelBase<T> channel; 436public CloseAsyncResult(UdpChannelBase<T> channel, ChainedBeginHandler baseBeginClose, ChainedEndHandler baseEndClose, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
19where TChannel : UdpChannelBase<QueueItemType>, ChannelInterfaceType