3 references to IsIPv6Multicast
Microsoft.NET.Build.Containers (1)
AuthHandshakeMessageHandler.cs (1)
354
|| (ip.
IsIPv6Multicast
&& (ip.GetAddressBytes()[1] & 0x0f) == 0x02);
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\IPAddressUtil.cs (1)
19
return address.
IsIPv6Multicast
;
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.RawSocket.cs (1)
105
if (NeedsConnect && !ep.Address.
IsIPv6Multicast
&& !(ipv4 && (ep.Address.Address & 0xf0) == 0xe0))