TracerouteReply
Namespace: SnowBank.Networking · class
Implements: IEquatable<TracerouteReply>
Constructors
TracerouteReply
TracerouteReply()
Properties
Hops
List<TracerouteHop> Hops { get; set; }
List of hops that have replied
MaxTtl
int MaxTtl { get; set; }
Maximum TTL
Status
IPStatus Status { get; set; }
Result of the traceroute
Timeout
TimeSpan Timeout { get; set; }
Timeout
Methods
<Clone>$
TracerouteReply <Clone>$()
Equals
bool Equals(object obj)
bool Equals(TracerouteReply other)
GetHashCode
int GetHashCode()
ToString
string ToString()