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