System.Net.IPAddress Address {
get; }
Get the Address section
bool IsIPv4 {
get; }
Return true if IP is mapped IPv4
bool IsIPv6AllZeros {
get; }
Return true if the IP is ::0. (Doesn't check port.)
bool IsLocalHost {
get; }
Return true if this identity is localhost. (Either IPv6 ::1, or IPv4 127.0.0.1)
ushort Port {
get; }
The Port. This is redundant documentation.