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