Grpc.Net.Client.Balancer.DnsResolverFactory
A ResolverFactory that matches the URI scheme dns
and creates DnsResolver instances.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
public sealed class DnsResolverFactory : ResolverFactory
{
public DnsResolverFactory(TimeSpan refreshInterval);
}
}