2 references to PingReply
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.RawSocket.cs (2)
246
reply = new
PingReply
(address, socketConfig.Options, status, roundTripTime, dataBuffer);
391
return new
PingReply
(address ?? new IPAddress(0), null, status, rtt, Array.Empty<byte>());