1 write to IsIpv4
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.RawSocket.cs (1)
440IsIpv4 = isIPv4;
5 references to IsIpv4
System.Net.Ping (5)
System\Net\NetworkInformation\Ping.RawSocket.cs (5)
133if (socketConfig.IsIpv4) 154if (socketConfig.IsIpv4) 241IPStatus status = socketConfig.IsIpv4 255int ipHeaderLength = socketConfig.IsIpv4 ? MinIpHeaderLengthInBytes : 0; 326int ipHeaderLength = socketConfig.IsIpv4 ? MinIpHeaderLengthInBytes : 0;