namespace DhcpServer { public enum DhcpOpCode { Unknown = 0, BootRequest = 1, BootReply = 2, } }