3 writes to rtt
System (3)
net\System\Net\NetworkInformation\PingReply.cs (3)
27rtt = time; 48rtt = (long)reply.roundTripTime; 66rtt = (long)reply.RoundTripTime;
1 reference to rtt
System (1)
net\System\Net\NetworkInformation\PingReply.cs (1)
114public long RoundtripTime { get { return rtt; } }