Grpc.Shared.HttpHandlerFactory static class HttpHandlerFactory Documentation Code namespace Grpc.Shared { internal static class HttpHandlerFactory { public static bool TryCreatePrimaryHandler(out HttpMessageHandler primaryHandler); public static Exception CreateUnsupportedHandlerException(); } }