Class ServiceConfig
Inherited Members
Namespace: Grpc.Net.Client.Configuration
Assembly: Grpc.Net.Client.dll
Syntax
public sealed class ServiceConfig : ConfigObject
Constructors
ServiceConfig()
Declaration
public ServiceConfig()
Properties
LoadBalancingConfigs
Declaration
public IList<LoadBalancingConfig> LoadBalancingConfigs { get; }
Property Value
| Type | Description |
|---|---|
| IList<LoadBalancingConfig> |
MethodConfigs
Declaration
public IList<MethodConfig> MethodConfigs { get; }
Property Value
| Type | Description |
|---|---|
| IList<MethodConfig> |
RetryThrottling
Declaration
public RetryThrottlingPolicy? RetryThrottling { get; set; }
Property Value
| Type | Description |
|---|---|
| RetryThrottlingPolicy |