Returns true if the provided IPAddress is within one of the provided IPRanges, otherwise false
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- ranges
- Type: System.Collections.Generic IEnumerable IPRange
The ranges to search
- ipAddress
- Type: System.Net IPAddress
The IPAddress to find in ranges
Return Value
Type: Boolean[Missing <returns> documentation for "M:NetworkCommsDotNet.Tools.IPRange.Contains(System.Collections.Generic.IEnumerable{NetworkCommsDotNet.Tools.IPRange},System.Net.IPAddress)"]
See Also