Answer (Choose 1 answer)
How to add gRPC services to an ASP.NET Core application (in Startup.cs)?
A. public void ConfigureServices (IApplicationBuiler services){services. AddGrpc():
B. public void Configure(IApplicationBuilder services)services. AddGrpc():
C. public void ConfigureServices (IServiceCollection services)
services.AddGrpc():}
D. public void Configure(IServiceCollection services)
{ services.AddGrpc():
}
Exit 38