1 write to ipv6
System (1)
net\System\Net\NetworkInformation\ping.cs (1)
628ipv6 = (address.AddressFamily == AddressFamily.InterNetworkV6)?true:false;
5 references to ipv6
System (5)
net\System\Net\NetworkInformation\ping.cs (5)
229if (ping.ipv6) { 632if (!ipv6 && handlePingV4 == null) { 639else if (ipv6 && handlePingV6 == null) { 673if (!ipv6) { 727if (ipv6) {