Grpc.Net.Client.Internal.HttpClientCallInvoker
A client-side RPC invocation using HttpClient.
public static GrpcCall<TRequest, TResponse> CreateGrpcCall<TRequest, TResponse>(GrpcChannel channel, Method<TRequest, TResponse> method, CallOptions options, int attempt, bool forceAsyncHttpResponse, object callWrapper)