Grpc.Core.Method<TRequest, TResponse>
A description of a remote method.
Gets the fully qualified name of the method. On the server side, methods are dispatched
based on this name.
Gets the unqualified name of the method.
Gets the marshaller used for request messages.
Gets the marshaller used for response messages.
Gets the name of the service to which this method belongs.
Gets the type of the method.
public Method(MethodType type, string serviceName, string name, Marshaller<TRequest> requestMarshaller, Marshaller<TResponse> responseMarshaller)
Initializes a new instance of the Method class.