SyntaxFix
Write A Post
Hire A Developer
Questions
Just leaving the way using Microsoft.AspNet.WebApi.Client here.
Microsoft.AspNet.WebApi.Client
Example:
var client = HttpClientFactory.Create(); var result = await client.PostAsync<ExampleClass>("http://www.sample.com/write", new ExampleClass(), new JsonMediaTypeFormatter());