(Choose 1 answer)
Which of the following methods of the HttpClient Class can be used to send a GET request to the specified Uri as an asynchronous operation?
A. GetAsync(String)
B. GetStringAsync(String)
C. GetDataAsync(String)
D. None of the others
Exit 14