<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Net.NetworkInformation.PingReply

public class PingReply
namespace System.Net.NetworkInformation { public class PingReply { public IPAddress Address { get; } public byte[] Buffer { get; } public PingOptions Options { get; } public long RoundtripTime { get; } public IPStatus Status { get; } } }