mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

IpRangeSetV4 Class



Set of IP address ranges used in the solution for quick IP range checks to support lookups within IP restrictions on the SobekCM engine


Namespace: SobekCM.Tools.IpRangeUtilities
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public class IpRangeSetV4

Remarks

This supports very fast lookup to see if a provided IP address is within the set of IP ranges included within this set.

Inheritance Hierarchy

System..::..Object
  SobekCM.Tools.IpRangeUtilities..::..IpRangeSetV4

Constructors

  NameDescription
Public methodIpRangeSetV4
Constructor for a new instance of the IpRangeSetV4 class

Methods

  NameDescription
Public methodAddIpRange(String)
Add a single IP restriction range to this set
Public methodAddIpRange(UInt64)
Add a single IP restriction range to this set
Public methodAddIpRange(SingleIpRangeV4)
Add a single IP restriction range to this set
Public methodAddIpRange(String, String)
Add a single IP restriction range to this set
Public methodAddIpRange(UInt64, UInt64)
Add a single IP restriction range to this set
Public methodContains(String)
Check to see if a given IP address is within the IP ranges in this set
Public methodContains(ComparableIpAddress)
Check to see if a given IP address is within the IP ranges in this set
Public methodReady
Readies this set for comparisons, by building some internal data structures

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )