Grpc.Net.Client.Configuration.ConfigObject
Represents a configuration object. Implementations provide strongly typed wrappers over
collections of untyped values.
namespace Grpc.Net.Client.Configuration
{
public abstract class ConfigObject : IConfigValue
{
public IDictionary<string, object> Inner { get; }
}
}