Esempio n. 1
0
 public static async Task DoIt()
 {
     /* var response =
      *
      * */
     await HttpClient2.Doit("https://localhost:44301/api/employee/post", new NameValueCollection()
     {
         { "firstname", "Clarence" },
         { "lastname", "Brathwaite" }
     });
 }