<PackageReference Include="Grpc.Core.Api" Version="2.76.0" />

Grpc.Core.IMethod

public interface IMethod
A non-generic representation of a remote method.
string FullName { get; }

Gets the fully qualified name of the method. On the server side, methods are dispatched based on this name.

string Name { get; }

Gets the unqualified name of the method.

string ServiceName { get; }

Gets the name of the service to which this method belongs.

MethodType Type { get; }

Gets the type of the method.