namespace DhcpServer { internal class ClientEntry { public bool Enable { get; set; } public string IpAddress { get; set; } public string SubNetMask { get; set; } public string GateWay { get; set; } public string DnsServer { get; set; } public string BootFileName { get; set; } public string TftpServer { get; set; } } }