Merge pull request #1995 from jtattermusch/csharp_channel_options
Revamp of C# channel options (aka channel args)
No related branches found
No related tags found
Showing
- src/csharp/Grpc.Core.Tests/ChannelOptionsTest.cs 105 additions, 0 deletionssrc/csharp/Grpc.Core.Tests/ChannelOptionsTest.cs
- src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj 3 additions, 3 deletionssrc/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
- src/csharp/Grpc.Core.Tests/Internal/ChannelArgsSafeHandleTest.cs 75 additions, 0 deletions...arp/Grpc.Core.Tests/Internal/ChannelArgsSafeHandleTest.cs
- src/csharp/Grpc.Core/Channel.cs 22 additions, 18 deletionssrc/csharp/Grpc.Core/Channel.cs
- src/csharp/Grpc.Core/ChannelOptions.cs 178 additions, 0 deletionssrc/csharp/Grpc.Core/ChannelOptions.cs
- src/csharp/Grpc.Core/Grpc.Core.csproj 2 additions, 4 deletionssrc/csharp/Grpc.Core/Grpc.Core.csproj
- src/csharp/Grpc.Core/Internal/ChannelArgsSafeHandle.cs 8 additions, 0 deletionssrc/csharp/Grpc.Core/Internal/ChannelArgsSafeHandle.cs
- src/csharp/Grpc.Core/Internal/ServerSafeHandle.cs 2 additions, 2 deletionssrc/csharp/Grpc.Core/Internal/ServerSafeHandle.cs
- src/csharp/Grpc.Core/Server.cs 9 additions, 9 deletionssrc/csharp/Grpc.Core/Server.cs
- src/csharp/Grpc.IntegrationTesting/InteropClient.cs 6 additions, 4 deletionssrc/csharp/Grpc.IntegrationTesting/InteropClient.cs
- src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs 5 additions, 4 deletions...csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs
- src/csharp/ext/grpc_csharp_ext.c 10 additions, 0 deletionssrc/csharp/ext/grpc_csharp_ext.c
Loading
Please register or sign in to comment