-
- Downloads
Merge branch 'master' of github.com:grpc/grpc into channel_args_compression
No related branches found
No related tags found
Showing
- src/csharp/.gitignore 1 addition, 0 deletionssrc/csharp/.gitignore
- src/csharp/Grpc.Core.Tests/ChannelTest.cs 12 additions, 21 deletionssrc/csharp/Grpc.Core.Tests/ChannelTest.cs
- src/csharp/Grpc.Core.Tests/ClientServerTest.cs 1 addition, 14 deletionssrc/csharp/Grpc.Core.Tests/ClientServerTest.cs
- src/csharp/Grpc.Core.Tests/CompressionTest.cs 1 addition, 7 deletionssrc/csharp/Grpc.Core.Tests/CompressionTest.cs
- src/csharp/Grpc.Core.Tests/ContextPropagationTest.cs 1 addition, 7 deletionssrc/csharp/Grpc.Core.Tests/ContextPropagationTest.cs
- src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj 2 additions, 0 deletionssrc/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
- src/csharp/Grpc.Core.Tests/GrpcEnvironmentTest.cs 21 additions, 12 deletionssrc/csharp/Grpc.Core.Tests/GrpcEnvironmentTest.cs
- src/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs 222 additions, 0 deletionssrc/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs
- src/csharp/Grpc.Core.Tests/ResponseHeadersTest.cs 75 additions, 4 deletionssrc/csharp/Grpc.Core.Tests/ResponseHeadersTest.cs
- src/csharp/Grpc.Core.Tests/ServerTest.cs 1 addition, 4 deletionssrc/csharp/Grpc.Core.Tests/ServerTest.cs
- src/csharp/Grpc.Core.Tests/ShutdownTest.cs 77 additions, 0 deletionssrc/csharp/Grpc.Core.Tests/ShutdownTest.cs
- src/csharp/Grpc.Core.Tests/TimeoutsTest.cs 1 addition, 7 deletionssrc/csharp/Grpc.Core.Tests/TimeoutsTest.cs
- src/csharp/Grpc.Core/AsyncClientStreamingCall.cs 14 additions, 1 deletionsrc/csharp/Grpc.Core/AsyncClientStreamingCall.cs
- src/csharp/Grpc.Core/AsyncDuplexStreamingCall.cs 15 additions, 1 deletionsrc/csharp/Grpc.Core/AsyncDuplexStreamingCall.cs
- src/csharp/Grpc.Core/AsyncServerStreamingCall.cs 15 additions, 1 deletionsrc/csharp/Grpc.Core/AsyncServerStreamingCall.cs
- src/csharp/Grpc.Core/AsyncUnaryCall.cs 14 additions, 1 deletionsrc/csharp/Grpc.Core/AsyncUnaryCall.cs
- src/csharp/Grpc.Core/Calls.cs 4 additions, 4 deletionssrc/csharp/Grpc.Core/Calls.cs
- src/csharp/Grpc.Core/Channel.cs 38 additions, 13 deletionssrc/csharp/Grpc.Core/Channel.cs
- src/csharp/Grpc.Core/Grpc.Core.csproj 1 addition, 0 deletionssrc/csharp/Grpc.Core/Grpc.Core.csproj
- src/csharp/Grpc.Core/GrpcEnvironment.cs 31 additions, 13 deletionssrc/csharp/Grpc.Core/GrpcEnvironment.cs
Loading
Please register or sign in to comment