Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs83 await InteropClient.RunClientStreamingAsync(client); in ClientStreaming()
DStressTestClient.cs167 await InteropClient.RunClientStreamingAsync(client); in RunTestCaseAsync()
DInteropClient.cs147 await RunClientStreamingAsync(client); in RunTestCaseAsync()
224 public static async Task RunClientStreamingAsync(TestService.TestServiceClient client) in RunClientStreamingAsync() method in Grpc.IntegrationTesting.InteropClient