IPRange Contains Method (IEnumerable IPRange , IPAddress)NetworkComms.Net Help
Returns true if the provided IPAddress is within one of the provided IPRanges, otherwise false

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static bool Contains(
	IEnumerable<IPRange> ranges,
	IPAddress ipAddress
)

Parameters

ranges
Type: OnlineSystem.Collections.Generic IEnumerable IPRange 
The ranges to search
ipAddress
Type: OnlineSystem.Net IPAddress
The IPAddress to find in ranges

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:NetworkCommsDotNet.Tools.IPRange.Contains(System.Collections.Generic.IEnumerable{NetworkCommsDotNet.Tools.IPRange},System.Net.IPAddress)"]

See Also