<PackageReference Include="Grpc.Net.Client" Version="2.70.0" />

Grpc.Net.Client.Balancer.ResolverOptions

public sealed class ResolverOptions
Options for creating a resolver.

Note: Experimental API that can change or be removed without any prior notice.

namespace Grpc.Net.Client.Balancer { public sealed class ResolverOptions { public Uri Address { get; } public int DefaultPort { get; } public bool DisableServiceConfig { get; } public ILoggerFactory LoggerFactory { get; } public GrpcChannelOptions ChannelOptions { get; } } }