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