TracerouteHop
Namespace: SnowBank.Networking · class
Implements: IEquatable<TracerouteHop>
Constructors
TracerouteHop
TracerouteHop()
Properties
Address
IPAddress Address { get; set; }
Distance
int Distance { get; set; }
Private
bool? Private { get; set; }
Rtt
TimeSpan Rtt { get; set; }
Status
IPStatus Status { get; set; }
Methods
<Clone>$
TracerouteHop <Clone>$()
Equals
bool Equals(object obj)
bool Equals(TracerouteHop other)
GetHashCode
int GetHashCode()
ToString
string ToString()