Show / Hide Table of Contents

    Namespace Grpc.AspNetCore.Server.Model

    Classes

    ServiceMethodProviderContext<TService>

    A context for IServiceMethodProvider<TService>.

    Interfaces

    IServiceMethodProvider<TService>

    Defines a contract for specifying methods for TService.

    Delegates

    ClientStreamingServerMethod<TService, TRequest, TResponse>

    Server-side handler for a client streaming call.

    DuplexStreamingServerMethod<TService, TRequest, TResponse>

    Server-side handler for a duplex streaming call.

    ServerStreamingServerMethod<TService, TRequest, TResponse>

    Server-side handler for a server streaming call.

    UnaryServerMethod<TService, TRequest, TResponse>

    Server-side handler for a unary call.

    Back to top Generated by DocFX