Grpc.Net.Client.Balancer.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; }
}
}