Show / Hide Table of Contents

    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

    Extension Methods

    GrpcServicesExtensions.AddServiceOptions<TService>(IGrpcServerBuilder, Action<GrpcServiceOptions<TService>>)
    Back to top Generated by DocFX