Merge pull request #2645 from jtattermusch/csharp_go_beta_go
C# beta features and cleanup
No related branches found
No related tags found
Showing
- src/csharp/Grpc.Auth/GoogleCredential.cs 4 additions, 17 deletionssrc/csharp/Grpc.Auth/GoogleCredential.cs
- src/csharp/Grpc.Auth/Grpc.Auth.csproj 24 additions, 16 deletionssrc/csharp/Grpc.Auth/Grpc.Auth.csproj
- src/csharp/Grpc.Auth/Grpc.Auth.nuspec 1 addition, 2 deletionssrc/csharp/Grpc.Auth/Grpc.Auth.nuspec
- src/csharp/Grpc.Auth/app.config 1 addition, 1 deletionsrc/csharp/Grpc.Auth/app.config
- src/csharp/Grpc.Auth/packages.config 6 additions, 6 deletionssrc/csharp/Grpc.Auth/packages.config
- src/csharp/Grpc.Core.Tests/ClientServerTest.cs 14 additions, 1 deletionsrc/csharp/Grpc.Core.Tests/ClientServerTest.cs
- src/csharp/Grpc.Core/Credentials.cs 42 additions, 6 deletionssrc/csharp/Grpc.Core/Credentials.cs
- src/csharp/Grpc.Core/Grpc.Core.csproj 2 additions, 0 deletionssrc/csharp/Grpc.Core/Grpc.Core.csproj
- src/csharp/Grpc.Core/Internal/AsyncCallServer.cs 8 additions, 0 deletionssrc/csharp/Grpc.Core/Internal/AsyncCallServer.cs
- src/csharp/Grpc.Core/Internal/CStringSafeHandle.cs 60 additions, 0 deletionssrc/csharp/Grpc.Core/Internal/CStringSafeHandle.cs
- src/csharp/Grpc.Core/Internal/CallSafeHandle.cs 11 additions, 0 deletionssrc/csharp/Grpc.Core/Internal/CallSafeHandle.cs
- src/csharp/Grpc.Core/Internal/CredentialsSafeHandle.cs 9 additions, 2 deletionssrc/csharp/Grpc.Core/Internal/CredentialsSafeHandle.cs
- src/csharp/Grpc.Core/Internal/ServerCallHandler.cs 6 additions, 6 deletionssrc/csharp/Grpc.Core/Internal/ServerCallHandler.cs
- src/csharp/Grpc.Core/Internal/ServerCredentialsSafeHandle.cs 2 additions, 2 deletionssrc/csharp/Grpc.Core/Internal/ServerCredentialsSafeHandle.cs
- src/csharp/Grpc.Core/KeyCertificatePair.cs 84 additions, 0 deletionssrc/csharp/Grpc.Core/KeyCertificatePair.cs
- src/csharp/Grpc.Core/ServerCallContext.cs 12 additions, 1 deletionsrc/csharp/Grpc.Core/ServerCallContext.cs
- src/csharp/Grpc.Core/ServerCredentials.cs 39 additions, 28 deletionssrc/csharp/Grpc.Core/ServerCredentials.cs
- src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj 5 additions, 5 deletions.../Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj
- src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj 5 additions, 5 deletions.../Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj
- src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj 5 additions, 5 deletions...ationTesting.Client/Grpc.IntegrationTesting.Client.csproj
Loading
Please register or sign in to comment