C# Class Ipop.DHCPConfig

A Configuration class for the DHCP Lease Controller
Show file Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
IPBase string
LeaseTime int
Namespace string
Netmask string
ReservedIPs ReservedIP[]

Property Details

IPBase public property

Base IP Address.
public string IPBase
return string

LeaseTime public property

The length of a lease.
public int LeaseTime
return int

Namespace public property

The name of the IPOP Namespace.
public string Namespace
return string

Netmask public property

The netmask for the IPOP Namespace.
public string Netmask
return string

ReservedIPs public property

An array of reserved IP Addresses.
public ReservedIP[] ReservedIPs
return ReservedIP[]