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: 0.6.1.0
Syntax
string FullName { get; }

Property Value

Type: String
See Also