IP_Restriction_Address Class
Class contains the data about a single IP Address or contiguous IP addresses
Namespace: SobekCM.Core.ApplicationStateAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class IP_Restriction_Address |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Contains | Check to see if the provided IP address is a match for this IP Address or contiguous IP addresses |
Properties
| Name | Description |
---|
| End_Byte | Gets the first byte of the end IP address |
| Start_Byte | Gets the first byte of the starting IP address |
See Also