mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

SingleIpRangeV4 Class



Single IP address range used in the solution for quick IP range checks to support 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 SingleIpRangeV4

Inheritance Hierarchy

System..::..Object
  SobekCM.Tools.IpRangeUtilities..::..SingleIpRangeV4

Constructors

  NameDescription
Public methodSingleIpRangeV4(String)
Constructor for a new instance of the SingleIpRangeV4 class
Public methodSingleIpRangeV4(UInt64)
Constructor for a new instance of the SingleIpRangeV4 class
Public methodSingleIpRangeV4(String, String)
Constructor for a new instance of the SingleIpRangeV4 class
Public methodSingleIpRangeV4(UInt64, UInt64)
Constructor for a new instance of the SingleIpRangeV4 class

Methods

  NameDescription
Public methodCompareTo
Compares a provided IP address against this range of IPs

Properties

  NameDescription
Public propertyEndIpAddress
Last IP address in the range (as an unsigned long)
Public propertyPrefix
First byte of the IP address, for quick comparisons
Public propertyStartIpAddress
First IP address in the range (as an unsigned long)

See Also



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