You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ronimizy edited this page Feb 10, 2024
·
3 revisions
General
Use AddPlatformGrpcServices extension method on IServiceCollection to configure gRPC services located on your server. This extension will register grpc and grpc server reflection in DI.
You can register a handler that process header on each incoming request via implementing IPlatformGrpcHeaderHandler interface and calling AddHeaderHandler on builder provided by AddPlatformGrpcServices.