parent
e01d5b0c9b
commit
89ee0e2649
|
@ -78,6 +78,8 @@ public class GreeterService : GreeterBase
|
|||
}
|
||||
```
|
||||
|
||||
The `ServerCallContext` gives the context for a server-side call.
|
||||
|
||||
The service implementation is registered with the app. If the service is hosted by ASP.NET Core gRPC, it should be added to the routing pipeline with the `MapGrpcService` method.
|
||||
|
||||
```csharp
|
||||
|
|
Loading…
Reference in New Issue