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.IpRangeUtilitiesAssembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.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