Show / Hide Table of Contents

    Class GrpcReflectionServiceExtensions

    Extension methods for the gRPC reflection services.

    Inheritance
    System.Object
    GrpcReflectionServiceExtensions
    Namespace: Microsoft.Extensions.DependencyInjection
    Assembly: Grpc.AspNetCore.Server.Reflection.dll
    Syntax
    public static class GrpcReflectionServiceExtensions : object

    Methods

    AddGrpcReflection(IServiceCollection)

    Adds gRPC reflection services to the specified .

    Declaration
    public static IServiceCollection AddGrpcReflection(this IServiceCollection services)
    Parameters
    Type Name Description
    IServiceCollection services

    The for adding services.

    Returns
    Type Description
    IServiceCollection

    The so that additional calls can be chained.

    Back to top Generated by DocFX