• Home
  • Raw
  • Download

Lines Matching defs:client

202         public static void RunEmptyUnary(TestService.TestServiceClient client)  in RunEmptyUnary()
210 public static void RunLargeUnary(TestService.TestServiceClient client) in RunLargeUnary()
224 public static async Task RunClientStreamingAsync(TestService.TestServiceClient client) in RunClientStreamingAsync()
240 public static async Task RunServerStreamingAsync(TestService.TestServiceClient client) in RunServerStreamingAsync()
259 public static async Task RunPingPongAsync(TestService.TestServiceClient client) in RunPingPongAsync()
308 public static async Task RunEmptyStreamAsync(TestService.TestServiceClient client) in RunEmptyStreamAsync()
321 …public static void RunComputeEngineCreds(TestService.TestServiceClient client, string defaultServi… in RunComputeEngineCreds()
343 public static void RunJwtTokenCreds(TestService.TestServiceClient client) in RunJwtTokenCreds()
362 …public static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oaut… in RunOAuth2AuthTokenAsync()
383 …public static async Task RunPerRpcCredsAsync(TestService.TestServiceClient client, string oauthSco… in RunPerRpcCredsAsync()
400 public static async Task RunCancelAfterBeginAsync(TestService.TestServiceClient client) in RunCancelAfterBeginAsync()
417 … public static async Task RunCancelAfterFirstResponseAsync(TestService.TestServiceClient client) in RunCancelAfterFirstResponseAsync()
449 … public static async Task RunTimeoutOnSleepingServerAsync(TestService.TestServiceClient client) in RunTimeoutOnSleepingServerAsync()
483 public static async Task RunCustomMetadataAsync(TestService.TestServiceClient client) in RunCustomMetadataAsync()
528 public static async Task RunStatusCodeAndMessageAsync(TestService.TestServiceClient client) in RunStatusCodeAndMessageAsync()
570 … public static void RunUnimplementedService(UnimplementedService.UnimplementedServiceClient client) in RunUnimplementedService()
579 public static void RunUnimplementedMethod(TestService.TestServiceClient client) in RunUnimplementedMethod()
588 public static void RunClientCompressedUnary(TestService.TestServiceClient client) in RunClientCompressedUnary()
630 … public static async Task RunClientCompressedStreamingAsync(TestService.TestServiceClient client) in RunClientCompressedStreamingAsync()