Namespace Grpc.AspNetCore.Server
Classes
GrpcMethodMetadata
Metadata for a gRPC method endpoint.
GrpcServiceOptions
Options used to configure service instances.
GrpcServiceOptions<TService>
Options used to configure the specified service type instances. These options override globally set options.
InterceptorCollection
Represents the pipeline of interceptors to be invoked when processing a gRPC call.
InterceptorRegistration
Representation of a registration of the interceptor in the pipeline.
Interfaces
IGrpcServerBuilder
A builder abstraction for configuring gRPC servers.
IServerCallContextFeature
Provides access to the gRPC server call context for the current HTTP request.