Home
last modified time | relevance | path

Searched refs:ServerPort (Results 1 – 25 of 31) sorted by relevance

12

/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()
76 new ServerPort("localhost", twiceBoundPort, ServerCredentials.Insecure), in StartThrowsWithUnboundPorts()
77 new ServerPort("localhost", twiceBoundPort, ServerCredentials.Insecure) in StartThrowsWithUnboundPorts()
89 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in CannotModifyAfterStarted()
DServerBindFailedTest.cs46 …int successfullyBoundPort = server.Ports.Add(new ServerPort("localhost", ServerPort.PickUnused, Se… in Issue18100()
50 …Assert.AreEqual(0, server.Ports.Add(new ServerPort("localhost", ServerPort.PickUnused, MakeBadSslS… in Issue18100()
/third_party/grpc/src/csharp/Grpc.Core/
DServerPort.cs28 public class ServerPort class
48 public ServerPort(string host, int port, ServerCredentials credentials) in ServerPort() method in Grpc.Core.ServerPort
58 internal ServerPort(ServerPort serverPort, int boundPort) in ServerPort() method in Grpc.Core.ServerPort
DServer.cs49 readonly List<ServerPort> serverPortList = new List<ServerPort>();
279 private int AddPortInternal(ServerPort serverPort) in AddPortInternal()
298 var newServerPort = new ServerPort(serverPort, boundPort); in AddPortInternal()
442 public class ServerPortCollection : IEnumerable<ServerPort>
456 public int Add(ServerPort serverPort) in Add()
470 return Add(new ServerPort(host, port, credentials)); in Add()
476 public IEnumerator<ServerPort> GetEnumerator() in GetEnumerator()
/third_party/grpc/test/distrib/csharp/DistribTest/
DProgram.cs35 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in Main()
/third_party/grpc/tools/http2_interop/
Dhttp2interop_test.go47 ServerPort: *serverPort,
55 if ctx.ServerPort != -1 {
56 ctx.serverSpec += ":" + strconv.Itoa(ctx.ServerPort)
/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()
DQpsWorker.cs75 Ports = { new ServerPort(host, options.DriverPort, ServerCredentials.Insecure )} in RunAsync()
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()
DServerRunners.cs85 Ports = { new ServerPort("[::]", config.Port, credentials) } in CreateStarted()
/third_party/grpc/examples/csharp/RouteGuide/RouteGuideServer/
DProgram.cs35 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
/third_party/grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DProgram.cs40 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
/third_party/grpc/examples/csharp/Helloworld/GreeterServer/
DProgram.cs40 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
/third_party/grpc/examples/csharp/HelloworldXamarin/iOS/
DViewController.cs62 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello()
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/
DHelloWorldTest.cs56 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Greet()
/third_party/grpc/examples/csharp/HelloworldXamarin/Droid/
DMainActivity.cs53 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello()
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DPingBenchmark.cs71 Ports = { new ServerPort("localhost", 10042, ServerCredentials.Insecure) }, in Setup()
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthClientServerTest.cs49 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
/third_party/grpc/examples/csharp/Xds/GreeterServer/
DProgram.cs74 Ports = { new ServerPort("[::]", options.Port, ServerCredentials.Insecure) } in RunServer()
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/
DReflectionClientServerTest.cs50 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()

12