/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | MetadataCredentialsTest.cs | 76 … 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()
|
D | ServerRunners.cs | 127 public int BoundPort property in Grpc.IntegrationTesting.ServerRunnerImpl 131 return server.Ports.Single().BoundPort;
|
D | IServerRunner.cs | 42 int BoundPort { get; } property
|
D | RunnerClientServerTest.cs | 62 ServerTargets = { string.Format("{0}:{1}", "localhost", serverRunner.BoundPort) }, in ClientServerRunner()
|
D | QpsWorker.cs | 77 int boundPort = server.Ports.Single().BoundPort; in RunAsync()
|
D | GeneratedServiceBaseTest.cs | 49 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
D | InteropClientServerTest.cs | 56 int port = server.Ports.Single().BoundPort; in Init()
|
D | WorkerServiceImpl.cs | 51 Port = runner.BoundPort, in RunServer()
|
D | SslCredentialsTest.cs | 68 … channel = new Channel(Host, server.Ports.Single().BoundPort, clientCredentials, options); in Init()
|
D | CustomErrorDetailsTest.cs | 56 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | ServerPort.cs | 97 public int BoundPort property in Grpc.Core.ServerPort
|
D | Server.cs | 315 var unboundPort = ports.FirstOrDefault(port => port.BoundPort == 0); in CheckPortsBoundSuccessfully()
|
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthClientServerTest.cs | 52 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | ServerTest.cs | 63 Assert.Greater(boundPort.BoundPort, 0); in PickUnusedPort()
|
D | MockServiceHelper.cs | 147 …channel = new Channel(Host, GetServer().Ports.Single().BoundPort, ChannelCredentials.Insecure, cha… in GetChannel()
|
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 53 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/ |
D | MathClientServerTests.cs | 50 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|