16
System.Net.Http: відсутній у просторі імен? (за допомогою .net 4.5)
TL; ДР: Я новачок у цій мові і поняття не маю, що я роблю ось мій клас поки що: using System; using System.Collections.Generic; using System.Net.Http; using System.Web; using System.Net; using System.IO; public class MyClass { private const string URL = "https://sub.domain.com/objects.json?api_key=123"; private const string data = @"{""object"":{""name"":""Title""}}"; public static void …