Posts by Lucas Nicodemos • 1 point
1 post
-
0
votes1
answer44
viewsA: PUT or database update
public HttpClient client; public Uri usuarioUri; client = new HttpClient(); client.BaseAddress = new Uri("URL"); var x = JsonConvert.SerializeObject(p); //HttpContent newp = stringContent;…