Home
last modified time | relevance | path

Searched refs:PickUnused (Results 1 – 17 of 17) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Tests/
DServerTest.cs36 … 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()
DServerBindFailedTest.cs46 …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()
DMockServiceHelper.cs134 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in GetServer()
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DXdsInteropClientTest.cs53 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
70 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
DExternalDnsClientServerTest.cs52 Ports = { { "[::1]", ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
DUnobservedTaskExceptionTest.cs49 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
DGeneratedServiceBaseTest.cs46 Ports = { { Host, ServerPort.PickUnused, SslServerCredentials.Insecure } } in Init()
DInteropClientServerTest.cs48 … Ports = { { Host, ServerPort.PickUnused, TestCredentials.CreateSslServerCredentials() } } in Init()
DCustomErrorDetailsTest.cs52 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
DExternalDnsWithTracingClientServerTest.cs69 Ports = { { "[::1]", ServerPort.PickUnused, ServerCredentials.Insecure } }, in Init()
DSslCredentialsTest.cs64 Ports = { { Host, ServerPort.PickUnused, serverCredentials } } in InitClientAndServer()
DMetadataCredentialsTest.cs50 … Ports = { { Host, ServerPort.PickUnused, TestCredentials.CreateSslServerCredentials() } } in Init()
/third_party/grpc/src/csharp/Grpc.Core/
DServerPort.cs34 public const int PickUnused = 0; field in Grpc.Core.ServerPort
/third_party/grpc/test/distrib/csharp/DistribTest/
DProgram.cs35 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in Main()
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthClientServerTest.cs49 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/
DReflectionClientServerTest.cs50 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
/third_party/grpc/src/csharp/Grpc.Examples.Tests/
DMathClientServerTests.cs47 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()