Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs89 await InteropClient.RunServerStreamingAsync(client); in ServerStreaming()
DStressTestClient.cs170 await InteropClient.RunServerStreamingAsync(client); in RunTestCaseAsync()
DInteropClient.cs150 await RunServerStreamingAsync(client); in RunTestCaseAsync()
240 public static async Task RunServerStreamingAsync(TestService.TestServiceClient client) in RunServerStreamingAsync() method in Grpc.IntegrationTesting.InteropClient