Grpc.Net.Client.Configuration.MethodName
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();
}
}