Interface IMethod (2.48.0)

public interface IMethod

A non-generic representation of a remote method.

Namespace

Grpc.Core

Assembly

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