<PackageReference Include="Grpc.Net.Client" Version="2.76.0" />

Grpc.Net.Client.Internal.HttpClientCallInvoker

sealed class HttpClientCallInvoker : CallInvoker
A client-side RPC invocation using HttpClient.
namespace Grpc.Net.Client.Internal { internal sealed class HttpClientCallInvoker { public HttpClientCallInvoker(GrpcChannel channel); public static GrpcCall<TRequest, TResponse> CreateGrpcCall<TRequest, TResponse>(GrpcChannel channel, Method<TRequest, TResponse> method, CallOptions options, int attempt, bool forceAsyncHttpResponse, object callWrapper) where TRequest : class where TResponse : class; } }