-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
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
Reactions are currently unavailable