Show / Hide Table of Contents

    Class GrpcServiceOptions<TService>

    Options used to configure the specified service type instances. These options override globally set options.

    Inheritance
    System.Object
    GrpcServiceOptions
    GrpcServiceOptions<TService>
    Inherited Members
    GrpcServiceOptions.MaxSendMessageSize
    GrpcServiceOptions.MaxReceiveMessageSize
    GrpcServiceOptions.EnableDetailedErrors
    GrpcServiceOptions.ResponseCompressionAlgorithm
    GrpcServiceOptions.ResponseCompressionLevel
    GrpcServiceOptions.CompressionProviders
    GrpcServiceOptions.Interceptors
    Namespace: Grpc.AspNetCore.Server
    Assembly: Grpc.AspNetCore.Server.dll
    Syntax
    public class GrpcServiceOptions<TService> : GrpcServiceOptions where TService : class
    Type Parameters
    Name Description
    TService

    The service type to configure.

    Back to top Generated by DocFX