70-484 · Question #66
70-484 Question #66: Real Exam Question with Answer & Explanation
The correct answer is A. Background Transfer. To provide a consistent experience when downloading larger media (video and music) with an operational lifetime that may span beyond multiple app suspensions and/or changes in network availability, your app can use Background Transfer. You can now use XMLHttpRequest to upload or
Question
Options
- ABackground Transfer
- BXML HTTP Request
- Cweb Sockets
- DHTTP Client
Explanation
To provide a consistent experience when downloading larger media (video and music) with an operational lifetime that may span beyond multiple app suspensions and/or changes in network availability, your app can use Background Transfer. You can now use XMLHttpRequest to upload or download objects that are larger than a few MB, such as Blob objects and FormData objects, which may take a long time to complete. Because apps can be terminated at any time, you should consider using the Windows Runtime background transfer APIs for these operations.
Community Discussion
No community discussion yet for this question.