Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

HTTP Request Library for Hololens

Hi All,

My team has had a lot of trouble using most .NET HTTP libraries due to them not compiling to the Hololens. We have been using WWW for a little while, but now have run into the limitation that it cannot handle PUT requests. Has anybody used (and liked) another HTTP Request library that will work with the Hololens?

Thanks!

Tagged:

Answers

  • Options

    you can use #if WINDOWS_UWP and use any UWP webclient API

    Healthcare IT professional by day - Indie GameDev for UWP and mobile platforms by night

  • Options
    The standard httpclient works just fine. Are your put queries structured properly? Have you tested your service to make sure put actually is implemented? Do you have tracing setup on your server side host that can tell you what queries are being executed? App insights is really good service side for every request, especially when paired with web api, ef and sql.

    http://www.redsprocketstudio.com/
    Developer | Check out my new project blog

Sign In or Register to comment.