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 |
---|
![Public method Public method](http://sobekrepository.org/design/webcontent/codehelp/icons/pubmethod.gif) | CompareTo | Compares a provided IP address against this range of IPs |
Properties
| Name | Description |
---|
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | EndIpAddress | Last IP address in the range (as an unsigned long) |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Prefix | First byte of the IP address, for quick comparisons |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | StartIpAddress | First IP address in the range (as an unsigned long) |
See Also