Class library to build clients and work with HTTP web services.
$ dotnet add package Universal.Common.Net.HttpClass library accelerate building clients for various web services.
You can derive a strongly-typed client from HttpServiceClient or the more specialized versions such as JsonHttpServiceClient.
public class MyClient : HttpServiceClient
{
// ...
}
Alternative, you can also use these classes directly.