Click or drag to resize

IMethodFullName Property

Gets the fully qualified name of the method. On the server side, methods are dispatched based on this name.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
string FullName { get; }

Property Value

Type: String
See Also