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.Engine_Library.IpRangeUtilitiesAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class SingleIpRangeV4 |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
 | CompareTo | Compares a provided IP address against this range of IPs |
Properties
| Name | Description |
---|
 | EndIpAddress | Last IP address in the range (as an unsigned long) |
 | Prefix | First byte of the IP address, for quick comparisons |
 | StartIpAddress | First IP address in the range (as an unsigned long) |
See Also