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