Show / Hide Table of Contents

    Class ServerServiceDefinition

    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.

    Inheritance
    System.Object
    ServerServiceDefinition
    Namespace: Grpc.Core
    Assembly: Grpc.Core.Api.dll
    Syntax
    public class ServerServiceDefinition : object

    Methods

    CreateBuilder()

    Creates a new builder object for ServerServiceDefinition.

    Declaration
    public static ServerServiceDefinition.Builder CreateBuilder()
    Returns
    Type Description
    ServerServiceDefinition.Builder

    The builder object.

    Back to top Generated by DocFX