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