2 questions
0
votes
0
answers
72
views
Async void function returns immediately when making POST request [duplicate]
I'm trying to send a POST request using Newtonsoft.Json and HttpClient in C# and I've been using Postman to test out the JSON.
As soon as I send the post, it immediately exits the CreateQuotePost ...