mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> IpRangeUtilities >> ComparableIpAddress

ComparableIpAddress Class



Single IP address that is wrapped in such as way to quickly compare to a set of restricted IP addresses


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

Syntax

C#
public class ComparableIpAddress

Inheritance Hierarchy

System..::..Object
  SobekCM.Tools.IpRangeUtilities..::..ComparableIpAddress

Constructors

  NameDescription
Public methodComparableIpAddress(String)
Constructor for a new instance of the ComparableIpAddress class
Public methodComparableIpAddress(UInt64)
Constructor for a new instance of the ComparableIpAddress class

Methods

  NameDescription
Public methodStatic memberToUlong
Static method is used to convert from a string IP address to an unsigned long IP adress

Properties

  NameDescription
Public propertyPrefix
First byte of the IP address, for quick comparison lookup
Public propertyValue
Value of the IP address (as an unsigned long)

See Also



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