Stores mapping of methods to server call handlers.
Normally, the ServerServiceDefinition objects will be created by the BindService factory 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ServerServiceDefinition` class stores mappings of methods to server call handlers, typically created by the `BindService` factory method in protocol buffers service definitions."],["This class inherits from the `Object` class and is part of the `Grpc.Core` namespace within the `Grpc.Core.Api.dll` assembly."],["The `CreateBuilder()` method can be used to generate a new builder object for `ServerServiceDefinition`."],["Version 2.66.0 is the latest release, with 2.63.0 and 2.48.0 being previous versions."]]],[]]