Interface IGrpcServerBuilder
A builder abstraction for configuring gRPC servers.
Namespace: Grpc.AspNetCore.Server
Assembly: Grpc.AspNetCore.Server.dll
Syntax
public interface IGrpcServerBuilder
Properties
Services
Gets the builder service collection.
Declaration
IServiceCollection Services { get; }
Property Value
Type | Description |
---|---|
IServiceCollection |