(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. PutAsync(String. HttpContent)
B. PostRequestAsync(String. HttpContent)
C. CreatePostAsync(String. HttpContent)
D. PostAsync(String. HttpContent)
Exit 22