Is Powerbuilder HttpClient supported in a SnapDevelop 2019 R2? WebAPI project? I am am migrating PowerScript to a C# WebAPI project.
When I declare 'HttpClient Http;' in my GlobalFunc, I receive this compiler message: The type or namespace name 'HTTPClient' could not be found'.
I have included these usings but none of them contain the Appeon HttpClient object.
using SnapObjects.Data;
using SnapObjects.Data.Odbc;
using SnapObjects.Data.AspNetCore;
using DWNet.Data.AspNetCore;
using PowerScript.Bridge;
I searched the NuGet website for other NuGet packages from Appeon but I do not see one that contains HttpClient.