Walter.Net.Networking
ReservedIpAddressType Enumeration
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace : ReservedIpAddressType Enumeration
Enum representing different types of reserved IP addresses.
Syntax
public enum ReservedIpAddressType : System.Enum 
Members
MemberDescription
Broadcast Represents a broadcast IP address in IPv4 (typically ends with 255, e.g., 192.168.1.255).
IPv6LinkLocal Represents IPv6 link-local addresses used in local network segments (fe80::/10).
IPv6Loopback Represents the IPv6 loopback address (::1).
LinkLocal Represents link-local IP addresses which are used for local communications within a network segment (169.254.0.0/16 for IPv4 and fe80::/10 for IPv6).
Loopback Represents a loopback IP address (127.0.0.1 for IPv4 and ::1 for IPv6).
Multicast Represents multicast IP addresses (224.0.0.0/4 for IPv4).
NotReserved Indicates that the IP address is not a reserved address.
Private Represents private IP addresses which are used for local communications within a private network (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 for IPv4).
Unspecified Represents an unspecified IP address (0.0.0.0 for IPv4 and :: for IPv6).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Net.Networking.ReservedIpAddressType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.Net.Networking Namespace