WindowsDevicePortalWrapper/Samples
Jason Williams 06b65c173b
Better app streaming and StyleCop fixes (#283)
* Refactored use of async. No tight while-loops but instead using await and continue on background threads.

* Remove use of .Wait() to avoid potential deadlocks. increase use of ConfigureAwait, and remove await where not needed

* Simplified async code. Instead of forwarding to tasks and have to switch to ui thread, it's easier to just await and continue on the same thread here.

* First stab at using a custom http multipart content to avoid large memory consumption when installing large files.

* Changed implementation to Explicit

* Use proper separation between attachments

* Resolve header ordering issue in .NET, and force non-quoted boundary

* Boundary fixes.

* Update last merge

* StyleCop fixups

* Added streaming improvements to xbox's loose deploy as well
2018-06-14 09:25:07 -07:00
..
SampleDeviceCollection v0.9.1 Release - Async Breaking Change and Dump Collection (#195) 2016-10-18 10:31:47 -07:00
SampleWdpClient Better app streaming and StyleCop fixes (#283) 2018-06-14 09:25:07 -07:00
SampleWdpClient.UniversalWindows Better app streaming and StyleCop fixes (#283) 2018-06-14 09:25:07 -07:00
XboxWdpDriver Better app streaming and StyleCop fixes (#283) 2018-06-14 09:25:07 -07:00