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 |
Returns
Type | Description |
---|---|
IServiceCollection | The |