master
Tudor Stanciu 2020-11-28 17:23:05 +02:00
parent c8e2e3e1e4
commit a0c1d12647
1 changed files with 1 additions and 1 deletions

View File

@ -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}");