Lines Matching refs:InteropClient
161 InteropClient.RunEmptyUnary(client); in RunTestCaseAsync()
164 InteropClient.RunLargeUnary(client); in RunTestCaseAsync()
167 await InteropClient.RunClientStreamingAsync(client); in RunTestCaseAsync()
170 await InteropClient.RunServerStreamingAsync(client); in RunTestCaseAsync()
173 await InteropClient.RunPingPongAsync(client); in RunTestCaseAsync()
176 await InteropClient.RunEmptyStreamAsync(client); in RunTestCaseAsync()
179 await InteropClient.RunCancelAfterBeginAsync(client); in RunTestCaseAsync()
182 await InteropClient.RunCancelAfterFirstResponseAsync(client); in RunTestCaseAsync()
185 await InteropClient.RunTimeoutOnSleepingServerAsync(client); in RunTestCaseAsync()
188 await InteropClient.RunCustomMetadataAsync(client); in RunTestCaseAsync()
191 await InteropClient.RunStatusCodeAndMessageAsync(client); in RunTestCaseAsync()