Walter.Net.Networking
IsInRange Method (NetworkExtensionMethods)
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace > NetworkExtensionMethods Class : IsInRange Method
The address.
The start.
The end.
Determines whether the ipaddress is in range of the specified start and ending ip address.
Syntax
public static bool IsInRange( 
   IPAddress address,
   IPAddress start,
   IPAddress end
)

Parameters

address
The address.
start
The start.
end
The end.

Return Value

true if [is in range] [the specified start]; 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