Show / Hide Table of Contents

    Class GrpcReflectionEndpointRouteBuilderExtensions

    Provides extension methods for to add gRPC service endpoints.

    Inheritance
    System.Object
    GrpcReflectionEndpointRouteBuilderExtensions
    Namespace: Microsoft.AspNetCore.Builder
    Assembly: Grpc.AspNetCore.Server.Reflection.dll
    Syntax
    public static class GrpcReflectionEndpointRouteBuilderExtensions : object

    Methods

    MapGrpcReflectionService(IEndpointRouteBuilder)

    Maps incoming requests to the gRPC reflection service. This service can be queried to discover the gRPC services on the server.

    Declaration
    public static IEndpointConventionBuilder MapGrpcReflectionService(this IEndpointRouteBuilder builder)
    Parameters
    Type Name Description
    IEndpointRouteBuilder builder

    The to add the route to.

    Returns
    Type Description
    IEndpointConventionBuilder

    An for endpoints associated with the service.

    Back to top Generated by DocFX