Home
last modified time | relevance | path

Searched refs:RunPingPongAsync (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs95 await InteropClient.RunPingPongAsync(client); in PingPong()
DStressTestClient.cs173 await InteropClient.RunPingPongAsync(client); in RunTestCaseAsync()
DInteropClient.cs153 await RunPingPongAsync(client); in RunTestCaseAsync()
259 public static async Task RunPingPongAsync(TestService.TestServiceClient client) in RunPingPongAsync() method in Grpc.IntegrationTesting.InteropClient