MethodTRequest, TResponseFullName Property |
Gets the fully qualified name of the method. On the server side, methods are dispatched
based on this name.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic string FullName { get; }
Public ReadOnly Property FullName As String
Get
public:
virtual property String^ FullName {
String^ get () sealed;
}
abstract FullName : string with get
override FullName : string with get
Property Value
Type:
StringImplements
IMethodFullName
See Also