<PackageReference Include="Grpc.Net.Client" Version="2.67.0-pre1" />

Grpc.Net.Client.Internal.HedgingPolicyInfo

namespace Grpc.Net.Client.Internal { internal class HedgingPolicyInfo { public int MaxAttempts { get; set; } public TimeSpan HedgingDelay { get; set; } public List<StatusCode> NonFatalStatusCodes { get; set; } public HedgingPolicyInfo(); } }