1 instantiation of UdpDuplexChannelListener
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
172
listener = (IChannelListener<TChannel>) new
UdpDuplexChannelListener
(new UdpTransportBindingElement(this), context);
1 reference to UdpDuplexChannelListener
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
760
public ServerUdpDuplexChannel(
UdpDuplexChannelListener
listener, UdpSocket[] sockets, EndpointAddress localAddress, Uri via, bool isMulticast)