IPRangeContains Method (IEnumerableIPRange, IPAddress) |
Namespace:
NetworkCommsDotNet.Tools
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static bool Contains(
IEnumerable<IPRange> ranges,
IPAddress ipAddress
)
Parameters
- ranges
- Type: System.Collections.GenericIEnumerableIPRange
- ipAddress
- Type: System.NetIPAddress
Return Value
Type:
Boolean
See Also