Home
last modified time | relevance | path

Searched refs:RunEmptyUnary (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DExternalDnsClientServerTest.cs71 InteropClient.RunEmptyUnary(client); in EmptyUnary()
DInteropClientServerTest.cs71 InteropClient.RunEmptyUnary(client); in EmptyUnary()
DExternalDnsWithTracingClientServerTest.cs90 InteropClient.RunEmptyUnary(client); in EmptyUnary()
DStressTestClient.cs161 InteropClient.RunEmptyUnary(client); in RunTestCaseAsync()
DInteropClient.cs141 RunEmptyUnary(client); in RunTestCaseAsync()
205 public static void RunEmptyUnary(TestService.TestServiceClient client) in RunEmptyUnary() method in Grpc.IntegrationTesting.InteropClient