Hi ,
if i use :
var xMsg = await api.PostAsync < HttpResponseMessage > (link, object);
the xMsg always come (NULL)
noting that , Fiddler shows to me the request and the response are correct and the Status Code is 201 but once it receive to the client it came as NULL