<PackageReference Include="Grpc.Net.Client" Version="2.76.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.

public Uri Address { get; }

Gets the address.

Gets the channel options.

public int DefaultPort { get; }

Gets the default port. This port is used when the resolver address doesn't specify a port.

public bool DisableServiceConfig { get; }

Gets a flag indicating whether the resolver should disable resolving a service config.

public ILoggerFactory LoggerFactory { get; }

Gets the logger factory.