Microsoft Exam Questions

Which code segment should you use?

You are developing a .NET application that uses the HttpClient type to call an ASP.NET
Web API application. The API call returns a list of customers in JSON format and logs the
results. The URL for the API call is in a variable named address.
You need to make the API call without blocking.
Which code segment should you use?

A.
Option A

B.
Option B

C.
Option C

D.
Option D