Playground/Program.cs (3 lines of code) (raw):

// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information using Elastic.Transport.Products.Elasticsearch; var registration = new ElasticsearchProductRegistration(typeof(Elastic.Clients.Elasticsearch.ElasticsearchClient)); Console.WriteLine(registration.DefaultContentType ?? "NOT SPECIFIED");