Click or drag to resize

IPRangeContains Method (IEnumerableIPRange, IPAddress)

Namespace:  NetworkCommsDotNet.Tools
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool Contains(
	IEnumerable<IPRange> ranges,
	IPAddress ipAddress
)

Parameters

ranges
Type: System.Collections.GenericIEnumerableIPRange
ipAddress
Type: System.NetIPAddress

Return Value

Type: Boolean
See Also