Microsoft
70-484 · Question #24
You need to retrieve data from the third-party social networking site. Which code segment should you use?
The correct answer is A. Option A. Scenario: The available data sources will be expanded to include JSON data from a third-party social networking site that is hosted by Litware, Inc. An SSL connection to the Litware social network is available. - await GetAsync Example: // Read response asynchronously as JsonValu
Manage application data and security
Question
You need to retrieve data from the third-party social networking site. Which code segment should you use?
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(36 responses)- A81% (29)
- B6% (2)
- C3% (1)
- D11% (4)
Explanation
- Scenario: The available data sources will be expanded to include JSON data from a third-party social networking site that is hosted by Litware, Inc. An SSL connection to the Litware social network is available. - await GetAsync Example: // Read response asynchronously as JsonValue and write out top facts for each country 15: JsonArray content = await response.Content.ReadAsAsync<JsonArray>();
Topics
#web request#social networking#third-party API#data retrieval
Community Discussion
No community discussion yet for this question.