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

System.Net.NetworkInformation.PingOptions

public class PingOptions
namespace System.Net.NetworkInformation { public class PingOptions { public bool DontFragment { get; set; } public int Ttl { get; set; } public PingOptions(); public PingOptions(int ttl, bool dontFragment); } }