Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs101 await InteropClient.RunEmptyStreamAsync(client); in EmptyStream()
DStressTestClient.cs176 await InteropClient.RunEmptyStreamAsync(client); in RunTestCaseAsync()
DInteropClient.cs156 await RunEmptyStreamAsync(client); in RunTestCaseAsync()
308 public static async Task RunEmptyStreamAsync(TestService.TestServiceClient client) in RunEmptyStreamAsync() method in Grpc.IntegrationTesting.InteropClient