Searched refs:boundPort (Results 1 – 5 of 5) sorted by relevance
39 readonly int boundPort; field in Grpc.Core.ServerPort58 internal ServerPort(ServerPort serverPort, int boundPort) in ServerPort() argument63 this.boundPort = boundPort; in ServerPort()101 return boundPort;
278 int boundPort; in AddPortInternal()283 boundPort = handle.AddSecurePort(address, nativeCredentials); in AddPortInternal()287 boundPort = handle.AddInsecurePort(address); in AddPortInternal()290 var newServerPort = new ServerPort(serverPort, boundPort); in AddPortInternal()292 return boundPort; in AddPortInternal()
219 int boundPort = start(); in startLocal() local221 boundPort); in startLocal()240 int boundPort = start(); in startPublic() local242 boundPort); in startPublic()258 int boundPort = start(); in startAllInterfaces() local260 boundPort); in startAllInterfaces()
61 var boundPort = server.Ports.Single(); in PickUnusedPort()62 Assert.AreEqual(0, boundPort.Port); in PickUnusedPort()63 Assert.Greater(boundPort.BoundPort, 0); in PickUnusedPort()
77 int boundPort = server.Ports.Single().BoundPort; in RunAsync()78 GrpcEnvironment.Logger.Info("Running qps worker server on {0}:{1}", host, boundPort); in RunAsync()