<PackageReference Include="Grpc.Net.Client" Version="2.83.0-pre1" />

Grpc.Net.Client.Balancer.ResolverFactory

public abstract class ResolverFactory
Factory for creating new Resolver instances. A factory is used when the target address Uri scheme matches the factory name.

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

public abstract string Name { get; }

Gets the resolver factory name. A factory is used when the target Uri scheme matches the factory name.

protected ResolverFactory()

public abstract Resolver Create(ResolverOptions options)

Creates a new Resolver with the specified options.