Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs125 await InteropClient.RunCustomMetadataAsync(client); in CustomMetadata()
DStressTestClient.cs188 await InteropClient.RunCustomMetadataAsync(client); in RunTestCaseAsync()
DInteropClient.cs180 await RunCustomMetadataAsync(client); in RunTestCaseAsync()
483 public static async Task RunCustomMetadataAsync(TestService.TestServiceClient client) in RunCustomMetadataAsync() method in Grpc.IntegrationTesting.InteropClient