fix
parent
c8e2e3e1e4
commit
a0c1d12647
|
@ -35,7 +35,7 @@ namespace NetworkResurrector.Application.Services
|
|||
var builder = new StringBuilder();
|
||||
builder.AppendLine($"Machine '{ipAddress}' has responded to ping.");
|
||||
|
||||
builder.AppendLine($"Address: {reply.Address.ToString()}");
|
||||
builder.AppendLine($"Address: {reply.Address}");
|
||||
builder.AppendLine($"RoundTrip time: {reply.RoundtripTime}");
|
||||
builder.AppendLine($"Time to live: {reply.Options.Ttl}");
|
||||
builder.AppendLine($"Don't fragment: {reply.Options.DontFragment}");
|
||||
|
|
Loading…
Reference in New Issue