Kizspy | Question: 47
(Choose 1 answer)
Which of the following methods of the HttpClient Class can be used to send a POST request to the specified Uri as an asynchronous operation?
A. PostAsync(String, HttpContent)
B. PutAsync(String, HttpContent)
C. CreatePostAsync(String, HttpContent)
D. PostRequestAsync(String, HttpContent)