Walter.Net.Networking
IsReservedIpAddress Method
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace > NetworkExtensionMethods Class : IsReservedIpAddress Method
The IP address to check.
Determines whether the specified IP address is a reserved IP address.
Syntax
public static bool IsReservedIpAddress( 
   IPAddress ipAddress
)

Parameters

ipAddress
The IP address to check.

Return Value

true if the specified IP address is a reserved IP address; otherwise, false.
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

NetworkExtensionMethods Class
NetworkExtensionMethods Members