Update server_reflection.md

edit wrong service name
pull/24154/head
mangogan-git 4 years ago committed by GitHub
parent 58b0233aeb
commit 21f5013388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/csharp/server_reflection.md

@ -21,7 +21,7 @@ server = new Server()
Services =
{
// the server will serve 2 services, the Greeter and the ServerReflection
ServerReflection.BindService(new GreeterImpl()),
Greeter.BindService(new GreeterImpl()),
ServerReflection.BindService(reflectionServiceImpl)
},
Ports = { { "localhost", 50051, ServerCredentials.Insecure } }

Loading…
Cancel
Save