Interface IMethod (2.66.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

Name

 string Name { get; } 

Gets the unqualified name of the method.

Property Value
Type
Description

ServiceName

 string ServiceName { get; } 

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

Property Value
Type
Description

Type

 MethodType Type { get; } 

Gets the type of the method.

Property Value
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: