/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | ServerTest.cs | 36 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in StartAndShutdownServer() 47 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in StartAndKillServer() 58 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in PickUnusedPort() 89 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in CannotModifyAfterStarted()
|
D | ServerBindFailedTest.cs | 46 …llyBoundPort = server.Ports.Add(new ServerPort("localhost", ServerPort.PickUnused, ServerCredentia… in Issue18100() 50 …Assert.AreEqual(0, server.Ports.Add(new ServerPort("localhost", ServerPort.PickUnused, MakeBadSslS… in Issue18100()
|
D | MockServiceHelper.cs | 134 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in GetServer()
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | XdsInteropClientTest.cs | 53 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init() 70 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
D | ExternalDnsClientServerTest.cs | 52 Ports = { { "[::1]", ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
D | UnobservedTaskExceptionTest.cs | 49 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
D | GeneratedServiceBaseTest.cs | 46 Ports = { { Host, ServerPort.PickUnused, SslServerCredentials.Insecure } } in Init()
|
D | InteropClientServerTest.cs | 48 … Ports = { { Host, ServerPort.PickUnused, TestCredentials.CreateSslServerCredentials() } } in Init()
|
D | CustomErrorDetailsTest.cs | 52 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
D | ExternalDnsWithTracingClientServerTest.cs | 69 Ports = { { "[::1]", ServerPort.PickUnused, ServerCredentials.Insecure } }, in Init()
|
D | SslCredentialsTest.cs | 64 Ports = { { Host, ServerPort.PickUnused, serverCredentials } } in InitClientAndServer()
|
D | MetadataCredentialsTest.cs | 50 … Ports = { { Host, ServerPort.PickUnused, TestCredentials.CreateSslServerCredentials() } } in Init()
|
/third_party/grpc/src/csharp/Grpc.Core/ |
D | ServerPort.cs | 34 public const int PickUnused = 0; field in Grpc.Core.ServerPort
|
/third_party/grpc/test/distrib/csharp/DistribTest/ |
D | Program.cs | 35 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in Main()
|
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthClientServerTest.cs | 49 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 50 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
/third_party/grpc/src/csharp/Grpc.Examples.Tests/ |
D | MathClientServerTests.cs | 47 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|