introduce the new split-type credentials api
Showing
- src/csharp/Grpc.Auth/GrpcCredentials.cs 5 additions, 5 deletionssrc/csharp/Grpc.Auth/GrpcCredentials.cs
- src/csharp/Grpc.Core.Tests/CallCredentialsTest.cs 7 additions, 51 deletionssrc/csharp/Grpc.Core.Tests/CallCredentialsTest.cs
- src/csharp/Grpc.Core.Tests/ChannelCredentialsTest.cs 73 additions, 0 deletionssrc/csharp/Grpc.Core.Tests/ChannelCredentialsTest.cs
- src/csharp/Grpc.Core.Tests/ChannelTest.cs 5 additions, 5 deletionssrc/csharp/Grpc.Core.Tests/ChannelTest.cs
- src/csharp/Grpc.Core.Tests/FakeCredentials.cs 73 additions, 0 deletionssrc/csharp/Grpc.Core.Tests/FakeCredentials.cs
- src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj 3 additions, 1 deletionsrc/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
- src/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs 1 addition, 1 deletionsrc/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs
- src/csharp/Grpc.Core.Tests/MockServiceHelper.cs 1 addition, 1 deletionsrc/csharp/Grpc.Core.Tests/MockServiceHelper.cs
- src/csharp/Grpc.Core/CallCredentials.cs 142 additions, 0 deletionssrc/csharp/Grpc.Core/CallCredentials.cs
- src/csharp/Grpc.Core/CallOptions.cs 3 additions, 3 deletionssrc/csharp/Grpc.Core/CallOptions.cs
- src/csharp/Grpc.Core/Channel.cs 2 additions, 2 deletionssrc/csharp/Grpc.Core/Channel.cs
- src/csharp/Grpc.Core/ChannelCredentials.cs 68 additions, 78 deletionssrc/csharp/Grpc.Core/ChannelCredentials.cs
- src/csharp/Grpc.Core/Grpc.Core.csproj 2 additions, 1 deletionsrc/csharp/Grpc.Core/Grpc.Core.csproj
- src/csharp/Grpc.Examples.MathClient/MathClient.cs 1 addition, 1 deletionsrc/csharp/Grpc.Examples.MathClient/MathClient.cs
- src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs 1 addition, 1 deletionsrc/csharp/Grpc.Examples.Tests/MathClientServerTests.cs
- src/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs 1 addition, 1 deletionsrc/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs
- src/csharp/Grpc.IntegrationTesting/InteropClient.cs 4 additions, 4 deletionssrc/csharp/Grpc.IntegrationTesting/InteropClient.cs
- src/csharp/Grpc.IntegrationTesting/MetadataCredentialsTest.cs 1 addition, 1 deletion...csharp/Grpc.IntegrationTesting/MetadataCredentialsTest.cs
Loading
Please register or sign in to comment