changed the way ports are added to the server
Showing
- src/csharp/Grpc.Core.Tests/ClientServerTest.cs 4 additions, 4 deletionssrc/csharp/Grpc.Core.Tests/ClientServerTest.cs
- src/csharp/Grpc.Core.Tests/ServerTest.cs 37 additions, 2 deletionssrc/csharp/Grpc.Core.Tests/ServerTest.cs
- src/csharp/Grpc.Core.Tests/TimeoutsTest.cs 4 additions, 4 deletionssrc/csharp/Grpc.Core.Tests/TimeoutsTest.cs
- src/csharp/Grpc.Core/Grpc.Core.csproj 1 addition, 0 deletionssrc/csharp/Grpc.Core/Grpc.Core.csproj
- src/csharp/Grpc.Core/Server.cs 81 additions, 26 deletionssrc/csharp/Grpc.Core/Server.cs
- src/csharp/Grpc.Core/ServerPort.cs 120 additions, 0 deletionssrc/csharp/Grpc.Core/ServerPort.cs
- src/csharp/Grpc.Examples.MathServer/MathServer.cs 6 additions, 5 deletionssrc/csharp/Grpc.Examples.MathServer/MathServer.cs
- src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs 6 additions, 12 deletionssrc/csharp/Grpc.Examples.Tests/MathClientServerTests.cs
- src/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs 4 additions, 4 deletionssrc/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs
- src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs 7 additions, 5 deletions...csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs
- src/csharp/Grpc.IntegrationTesting/InteropServer.cs 2 additions, 2 deletionssrc/csharp/Grpc.IntegrationTesting/InteropServer.cs
- src/csharp/Grpc.IntegrationTesting/SslCredentialsTest.cs 5 additions, 4 deletionssrc/csharp/Grpc.IntegrationTesting/SslCredentialsTest.cs
src/csharp/Grpc.Core/ServerPort.cs
0 → 100644
Please register or sign in to comment