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