Grpc.Net.Client.Internal.HttpClientCallInvoker
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;
}
}