C# Class Ipop.DHCPConfig

A Configuration class for the DHCP Lease Controller
ファイルを表示 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_oe property

Base IP Address.
public string IPBase
return string

LeaseTime public_oe property

The length of a lease.
public int LeaseTime
return int

Namespace public_oe property

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

Netmask public_oe property

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

ReservedIPs public_oe property

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