Click or drag to resize
MethodTRequest, TResponseFullName 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
public string FullName { get; }

Property Value

Type: String

Implements

IMethodFullName
See Also