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

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Engine_RestrictionRange() public méthode

Constructor for a new instance of the Engine_RestrictionRange class
public Engine_RestrictionRange ( ) : System
Résultat System