2 references to IsIPv6Multicast
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\IPAddressUtil.cs (1)
19return address.IsIPv6Multicast;
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.RawSocket.cs (1)
102if (NeedsConnect && !ep.Address.IsIPv6Multicast && !(ipv4 && (ep.Address.Address & 0xf0) == 0xe0))