16
System.Net.Http: ¿falta en el espacio de nombres? (usando .net 4.5)
TL; DR: Soy nuevo en este idioma y no tengo idea de lo que estoy haciendo. aquí está mi clase hasta ahora: 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""}}"; …