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