Add package links to gRPC configuration docs (#22321)

pull/22340/head
James Newton-King 2021-05-18 10:04:07 +12:00 committed by GitHub
parent 7f01c7df59
commit f7c88954d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -13,7 +13,9 @@ uid: grpc/configuration
## Configure services options
gRPC services are configured with `AddGrpc` in *Startup.cs*. The following table describes options for configuring gRPC services:
gRPC services are configured with `AddGrpc` in *Startup.cs*. Configuration options are in the [Grpc.AspNetCore.Server](https://www.nuget.org/packages/Grpc.AspNetCore.Server) package.
The following table describes options for configuring gRPC services:
| Option | Default Value | Description |
| ------ | ------------- | ----------- |
@ -36,7 +38,9 @@ Options for a single service override the global options provided in `AddGrpc` a
## Configure client options
gRPC client configuration is set on `GrpcChannelOptions`. The following table describes options for configuring gRPC channels:
gRPC client configuration is set on `GrpcChannelOptions`. Configuration options are in the [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) package.
The following table describes options for configuring gRPC channels:
| Option | Default Value | Description |
| ------ | ------------- | ----------- |