Grpc.Net.Client.Configuration
Namespace with 10 public types
Classes
HedgingPolicy
The hedging policy for outgoing calls. Hedged calls may execute more than
once on the server, so only idempotent methods should specify a hedging
policy.
LoadBalancingConfig
Base type for load balancer policy configuration.
MethodConfig
Configuration for a method.
The collection is used to determine which methods this configuration applies to.
MethodName
The name of a method. Used to configure what calls a applies to using
the collection.
PickFirstConfig
Configuration for pick_first load balancer policy.
RetryPolicy
The retry policy for outgoing calls.
RetryThrottlingPolicy
The retry throttling policy for a server.
For more information about configuring throttling, see .
RoundRobinConfig
Configuration for pick_first load balancer policy.
ServiceConfig
A represents information about a service.
Abstract Classes
ConfigObject
Represents a configuration object. Implementations provide strongly typed wrappers over
collections of untyped values.