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