[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis document describes the \u003ccode\u003eMethod<TRequest, TResponse>\u003c/code\u003e class, which defines a remote method within the Grpc.Core framework.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMethod\u003c/code\u003e class allows specifying the request and response message types using the \u003ccode\u003eTRequest\u003c/code\u003e and \u003ccode\u003eTResponse\u003c/code\u003e type parameters, respectively.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties such as \u003ccode\u003eFullName\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eRequestMarshaller\u003c/code\u003e, \u003ccode\u003eResponseMarshaller\u003c/code\u003e, \u003ccode\u003eServiceName\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e to access key aspects of a method's definition.\u003c/p\u003e\n"],["\u003cp\u003eThe class constructor \u003ccode\u003eMethod(MethodType, string, string, Marshaller<TRequest>, Marshaller<TResponse>)\u003c/code\u003e is used to initialize a new instance, specifying the method type, service name, unqualified name, request marshaller, and response marshaller.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements the \u003ccode\u003eIMethod\u003c/code\u003e interface and inherits from the \u003ccode\u003eobject\u003c/code\u003e class, exposing various methods from the \u003ccode\u003eobject\u003c/code\u003e class such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]