1 instantiation of TestServiceClient
InteropClient (1)
artifacts\obj\InteropClient\Release\net11.0\TestGrpc.cs (1)
494return new TestServiceClient(configuration);
25 references to TestServiceClient
InteropClient (25)
artifacts\obj\InteropClient\Release\net11.0\TestGrpc.cs (2)
156public partial class TestServiceClient : grpc::ClientBase<TestServiceClient> 492protected override TestServiceClient NewInstance(ClientBaseConfiguration configuration)
InteropClient.cs (23)
211var client = CreateClient<TestService.TestServiceClient>(channel); 285public static void RunEmptyUnary(TestService.TestServiceClient client) 293public static void RunLargeUnary(TestService.TestServiceClient client) 307public static async Task RunClientStreamingAsync(TestService.TestServiceClient client) 323public static async Task RunServerStreamingAsync(TestService.TestServiceClient client) 342public static async Task RunPingPongAsync(TestService.TestServiceClient client) 391public static async Task RunEmptyStreamAsync(TestService.TestServiceClient client) 404public static void RunComputeEngineCreds(TestService.TestServiceClient client, string defaultServiceAccount, string oauthScope) 426public static void RunJwtTokenCreds(TestService.TestServiceClient client) 445public static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oauthScope) 466public static async Task RunPerRpcCredsAsync(TestService.TestServiceClient client, string oauthScope) 483public static async Task RunCancelAfterBeginAsync(TestService.TestServiceClient client) 500public static async Task RunCancelAfterFirstResponseAsync(TestService.TestServiceClient client) 532public static async Task RunTimeoutOnSleepingServerAsync(TestService.TestServiceClient client) 565public static async Task RunCustomMetadataAsync(TestService.TestServiceClient client) 610public static async Task RunStatusCodeAndMessageAsync(TestService.TestServiceClient client) 652private static async Task RunSpecialStatusMessageAsync(TestService.TestServiceClient client) 688public static void RunUnimplementedMethod(TestService.TestServiceClient client) 697public static void RunClientCompressedUnary(TestService.TestServiceClient client) 739public static async Task RunClientCompressedStreamingAsync(TestService.TestServiceClient client) 790public static async Task RunServerCompressedUnary(TestService.TestServiceClient client) 819public static async Task RunServerCompressedStreamingAsync(TestService.TestServiceClient client)