Interface IMethod
A non-generic representation of a remote method.
Namespace: Grpc.Core
Assembly: Grpc.Core.Api.dll
Syntax
public interface IMethod
Properties
FullName
Gets the fully qualified name of the method. On the server side, methods are dispatched based on this name.
Declaration
string FullName { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the unqualified name of the method.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
ServiceName
Gets the name of the service to which this method belongs.
Declaration
string ServiceName { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of the method.
Declaration
MethodType Type { get; }
Property Value
Type | Description |
---|---|
MethodType |