/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() 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()
|
D | ServerBindFailedTest.cs | 46 …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/ |
D | ServerPort.cs | 28 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
|
D | Server.cs | 49 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/ |
D | Program.cs | 35 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in Main()
|
/third_party/grpc/tools/http2_interop/ |
D | http2interop_test.go | 47 ServerPort: *serverPort, 55 if ctx.ServerPort != -1 { 56 ctx.serverSpec += ":" + strconv.Itoa(ctx.ServerPort)
|
/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 | QpsWorker.cs | 75 Ports = { new ServerPort(host, options.DriverPort, ServerCredentials.Insecure )} in RunAsync()
|
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 | ServerRunners.cs | 85 Ports = { new ServerPort("[::]", config.Port, credentials) } in CreateStarted()
|
/third_party/grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
D | Program.cs | 35 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
|
/third_party/grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/ |
D | Program.cs | 40 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
|
/third_party/grpc/examples/csharp/Helloworld/GreeterServer/ |
D | Program.cs | 40 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
|
/third_party/grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | ViewController.cs | 62 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello()
|
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/ |
D | HelloWorldTest.cs | 56 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Greet()
|
/third_party/grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 53 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello()
|
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/ |
D | PingBenchmark.cs | 71 Ports = { new ServerPort("localhost", 10042, ServerCredentials.Insecure) }, in Setup()
|
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthClientServerTest.cs | 49 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
/third_party/grpc/examples/csharp/Xds/GreeterServer/ |
D | Program.cs | 74 Ports = { new ServerPort("[::]", options.Port, ServerCredentials.Insecure) } in RunServer()
|
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 50 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|