I am trying to track the following request from VS2012 to a violinist, but I cannot:
var client = new HttpClient(); client.BaseAddress = new Uri("http://localhost:8081/"); var product = new Product() { Description = "blabla", CatalogName = "myName"}; MediaTypeFormatter jsonFormatter = new JsonMediaTypeFormatter();
I read about 2,000 manuals and feeds, but could not understand.
Any clue?
Tomer
source share