HttpClient .NET 4
Im currently making a app that needs to download some raw data from the internet, the problem is that the app is compiled by another c# app (builder), so im using the CSharpCodeProvider which generates .NET 4 assemblies.
Im currently making a app that needs to download some raw data from the internet, the problem is that the app is compiled by another c# app (builder), so im using the CSharpCodeProvider which generates .NET 4 assemblies.