added concept of ServerCallContext, that is passed to all server-side handlers
Showing
- src/csharp/Grpc.Core.Tests/ClientServerTest.cs 2 additions, 2 deletionssrc/csharp/Grpc.Core.Tests/ClientServerTest.cs
- src/csharp/Grpc.Core/Grpc.Core.csproj 1 addition, 0 deletionssrc/csharp/Grpc.Core/Grpc.Core.csproj
- src/csharp/Grpc.Core/Internal/ServerCallHandler.cs 8 additions, 4 deletionssrc/csharp/Grpc.Core/Internal/ServerCallHandler.cs
- src/csharp/Grpc.Core/ServerCallContext.cs 56 additions, 0 deletionssrc/csharp/Grpc.Core/ServerCallContext.cs
- src/csharp/Grpc.Core/ServerMethods.cs 4 additions, 4 deletionssrc/csharp/Grpc.Core/ServerMethods.cs
- src/csharp/Grpc.Examples/MathGrpc.cs 4 additions, 4 deletionssrc/csharp/Grpc.Examples/MathGrpc.cs
- src/csharp/Grpc.Examples/MathServiceImpl.cs 4 additions, 4 deletionssrc/csharp/Grpc.Examples/MathServiceImpl.cs
- src/csharp/Grpc.IntegrationTesting/TestServiceGrpc.cs 6 additions, 6 deletionssrc/csharp/Grpc.IntegrationTesting/TestServiceGrpc.cs
- src/csharp/Grpc.IntegrationTesting/TestServiceImpl.cs 6 additions, 6 deletionssrc/csharp/Grpc.IntegrationTesting/TestServiceImpl.cs
src/csharp/Grpc.Core/ServerCallContext.cs
0 → 100644
Please register or sign in to comment