Interface IMethod
Namespace: Grpc.Core
Assembly: Grpc.Core.Api.dll
Syntax
public interface IMethod
Properties
FullName
Declaration
string FullName { get; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
ServiceName
Declaration
string ServiceName { get; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
MethodType Type { get; }
Property Value
Type | Description |
---|---|
MethodType |