Class GrpcReflectionEndpointRouteBuilderExtensions
Provides extension methods for
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 |
Returns
Type | Description |
---|---|
IEndpointConventionBuilder | An |