C# Class SobekCM.Core.Configuration.Engine.Engine_RestrictionRange

Show file Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add_IP_Range ( string Label, string IpAddress ) : void

Add a new (single IP) ip value to this range

Engine_RestrictionRange ( ) : System

Constructor for a new instance of the Engine_RestrictionRange class

Method Details

Add_IP_Range() public method

Add a new (single IP) ip value to this range
public Add_IP_Range ( string Label, string IpAddress ) : void
Label string Descriptive label for this particular IP address(es)
IpAddress string IP address, or the beginning of a range of IP addresses
return void

Engine_RestrictionRange() public method

Constructor for a new instance of the Engine_RestrictionRange class
public Engine_RestrictionRange ( ) : System
return System