1 write to IsIpv4
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.RawSocket.cs (1)
437IsIpv4 = isIPv4;
5 references to IsIpv4
System.Net.Ping (5)
System\Net\NetworkInformation\Ping.RawSocket.cs (5)
130if (socketConfig.IsIpv4) 151if (socketConfig.IsIpv4) 238IPStatus status = socketConfig.IsIpv4 252int ipHeaderLength = socketConfig.IsIpv4 ? MinIpHeaderLengthInBytes : 0; 323int ipHeaderLength = socketConfig.IsIpv4 ? MinIpHeaderLengthInBytes : 0;