1 reference to Ping6UtilityPath
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.PingUtility.cs (1)
21
string? pingExecutable = isIpv4 ? UnixCommandLinePing.Ping4UtilityPath : UnixCommandLinePing.
Ping6UtilityPath
;