Class ServerServiceDefinition (2.48.0)

public class ServerServiceDefinition : object

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

Object > ServerServiceDefinition

Namespace

Grpc.Core

Assembly

Grpc.Core.Api.dll

Methods

CreateBuilder()

public static ServerServiceDefinition.Builder CreateBuilder()

Creates a new builder object for ServerServiceDefinition.

Returns
TypeDescription
ServerServiceDefinition.Builder

The builder object.