<PackageReference Include="Grpc.Net.Client" Version="2.76.0" />

Grpc.Net.Client.Configuration.MethodName

public sealed class MethodName : ConfigObject
The name of a method. Used to configure what calls a MethodConfig applies to using the Names collection.
namespace Grpc.Net.Client.Configuration { public sealed class MethodName : ConfigObject { public static readonly MethodName Default; public string Service { get; set; } public string Method { get; set; } public MethodName(); } }