Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMetadataCredentialsTest.cs76 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials()
85 …channel = new Channel(Host, server.Ports.Single().BoundPort, TestCredentials.CreateSslCredentials(… in MetadataCredentials_PerCall()
110 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_Composed()
120 …channel = new Channel(Host, server.Ports.Single().BoundPort, TestCredentials.CreateSslCredentials(… in MetadataCredentials_ComposedPerCall()
145 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_InterceptorLeavesMetadataEmpty()
162 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_InterceptorThrows()
DServerRunners.cs127 public int BoundPort property in Grpc.IntegrationTesting.ServerRunnerImpl
131 return server.Ports.Single().BoundPort;
DIServerRunner.cs42 int BoundPort { get; } property
DRunnerClientServerTest.cs62 ServerTargets = { string.Format("{0}:{1}", "localhost", serverRunner.BoundPort) }, in ClientServerRunner()
DQpsWorker.cs77 int boundPort = server.Ports.Single().BoundPort; in RunAsync()
DGeneratedServiceBaseTest.cs49 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
DInteropClientServerTest.cs56 int port = server.Ports.Single().BoundPort; in Init()
DWorkerServiceImpl.cs51 Port = runner.BoundPort, in RunServer()
DSslCredentialsTest.cs68 … channel = new Channel(Host, server.Ports.Single().BoundPort, clientCredentials, options); in Init()
DCustomErrorDetailsTest.cs56 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
/external/grpc-grpc/src/csharp/Grpc.Core/
DServerPort.cs97 public int BoundPort property in Grpc.Core.ServerPort
DServer.cs315 var unboundPort = ports.FirstOrDefault(port => port.BoundPort == 0); in CheckPortsBoundSuccessfully()
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthClientServerTest.cs52 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DServerTest.cs63 Assert.Greater(boundPort.BoundPort, 0); in PickUnusedPort()
DMockServiceHelper.cs147 …channel = new Channel(Host, GetServer().Ports.Single().BoundPort, ChannelCredentials.Insecure, cha… in GetChannel()
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/
DReflectionClientServerTest.cs53 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
DMathClientServerTests.cs50 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()