We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb10474 commit 72c8726Copy full SHA for 72c8726
aspnetcore/tutorials/grpc/grpc-start.md
@@ -249,8 +249,8 @@ Update the gRPC client *Program.cs* file with the following code:
249
250
The Greeter client is created by:
251
252
-* Instantiating an `HttpClient` containing the information for creating the connection to the gRPC service.
253
-* Using the `HttpClient` to construct a gRPC channel and the Greeter client:
+* Instantiating a `GrpcChannel` containing the information for creating the connection to the gRPC service.
+* Using the `GrpcChannel` to construct the Greeter client:
254
255
[!code-csharp[](~/tutorials/grpc/grpc-start/sample/GrpcGreeterClient/Program.cs?name=snippet&highlight=3-5)]
256
0 commit comments