<PackageReference Include="Grpc.Net.Client" Version="2.76.0-pre1" />
Grpc.Net.Client.Balancer.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.
Creates a new
Resolver with the specified options.