Grpc.Net.Client.Configuration.MethodConfig
Configuration for a method.
The Names collection is used to determine which methods this configuration applies to.
namespace Grpc.Net.Client.Configuration
{
public sealed class MethodConfig : ConfigObject
{
public RetryPolicy RetryPolicy { get; set; }
public HedgingPolicy HedgingPolicy { get; set; }
public IList<MethodName> Names { get; }
public MethodConfig();
}
}