ComparableIpAddress Class
Single IP address that is wrapped in such as way to quickly compare to a set of restricted IP addresses
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 ComparableIpAddress |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| ToUlong | Static method is used to convert from a string IP address to an unsigned long IP adress |
Properties
| Name | Description |
---|
| Prefix | First byte of the IP address, for quick comparison lookup |
| Value | Value of the IP address (as an unsigned long) |
See Also