Stores mapping of methods to server call handlers.
Normally, theServerServiceDefinitionobjects will be created by theBindServicefactory method
that is part of the autogenerated code for a protocol buffers service definition.
[[["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\u003e\u003ccode\u003eServerServiceDefinition\u003c/code\u003e stores mappings of methods to server call handlers, typically created via the \u003ccode\u003eBindService\u003c/code\u003e factory method in autogenerated protocol buffer code.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eobject\u003c/code\u003e class, including standard members like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 2.66.0, with older versions 2.63.0 and 2.48.0 also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateBuilder()\u003c/code\u003e method facilitates the creation of a new \u003ccode\u003eServerServiceDefinition.Builder\u003c/code\u003e object, which is used to build the \u003ccode\u003eServerServiceDefinition\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eServerServiceDefinition\u003c/code\u003e is part of the \u003ccode\u003eGrpc.Core\u003c/code\u003e namespace, contained within the \u003ccode\u003eGrpc.Core.Api.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Class ServerServiceDefinition (2.66.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.66.0 (latest)](/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.ServerServiceDefinition)\n- [2.63.0](/dotnet/docs/reference/Grpc.Core/2.63.0/Grpc.Core.ServerServiceDefinition)\n- [2.48.0](/dotnet/docs/reference/Grpc.Core/2.48.0/Grpc.Core.ServerServiceDefinition) \n\n public class ServerServiceDefinition\n\nStores mapping of methods to server call handlers.\nNormally, the `ServerServiceDefinition` objects will be created by the `BindService` factory method\nthat is part of the autogenerated code for a protocol buffers service definition. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ServerServiceDefinition \n\nInherited Members\n-----------------\n\n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)) \n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Grpc.Core](/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core)\n\nAssembly\n--------\n\nGrpc.Core.Api.dll\n\nMethods\n-------\n\n### CreateBuilder()\n\n public static ServerServiceDefinition.Builder CreateBuilder()\n\nCreates a new builder object for `ServerServiceDefinition`."]]