Exemplo n.º 1
0
 /// <summary>
 /// Enumerates a list of all Global Option Values, including vendor/user class options, associated with the DHCP Server
 /// </summary>
 public IEnumerable <IDhcpServerOptionValue> GetOptionValues()
 => DhcpServerOptionValue.GetAllGlobalOptionValues(Server);