Class ResolverOptions
Inheritance
ResolverOptions
Assembly: Grpc.Net.Client.dll
Syntax
public sealed class ResolverOptions
Properties
Address
Declaration
public Uri Address { get; }
Property Value
ChannelOptions
Declaration
public GrpcChannelOptions ChannelOptions { get; }
Property Value
DefaultPort
Declaration
public int DefaultPort { get; }
Property Value
DisableServiceConfig
Declaration
public bool DisableServiceConfig { get; }
Property Value
LoggerFactory
Declaration
public ILoggerFactory LoggerFactory { get; }
Property Value