2 references to GetMulticastInterfaces
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
200
NetworkInterface[] adapters = UdpUtility.
GetMulticastInterfaces
(this.udpTransportBindingElement.MulticastInterfaceId);
System\ServiceModel\Channels\UdpChannelListener.cs (1)
544
NetworkInterface[] adapters = UdpUtility.
GetMulticastInterfaces
(udpTransportBindingElement.MulticastInterfaceId);