Microsoft
70-481 · Question #92
You are developing a Windows Store app. The app has the following requirements: - Access resources from the URI ws://contoso.com/MyWebApplication.ashx. - Send and receive binary data. - Use…
The correct answer is D. XmlHttpRequest. See the full explanation below for the reasoning.
Question
You are developing a Windows Store app. The app has the following requirements:
- Access resources from the URI ws://contoso.com/MyWebApplication.ashx.
- Send and receive binary data.
- Use real-time notifications and updates in the browser.
- Use a bidirectional, full-duplex communication channel with services.
You need to ensure that the app meets the requirements. Which type of object should you create?
Options
- AWorker
- BWebSocket
- CMessageChannel
- DXmlHttpRequest
- EWebService
How the community answered
(30 responses)- A7% (2)
- C10% (3)
- D80% (24)
- E3% (1)
Community Discussion
No community discussion yet for this question.