mapbox / mapbox-sdk-cs

C# libraries for Mapbox API layer
https://mapbox.github.io/mapbox-sdk-cs/
Other
20 stars 11 forks source link

Tidy up HTTPRequest for .Net/UWP/Unity #76

Open wilhelmberg opened 7 years ago

wilhelmberg commented 7 years ago

After PR #75 (Multithreaded HTTPRequests) has landed tidy up HTTPRequest.cs and get rid of as many as possible of those intermingled conditionals (#if NETFX_CORE, #if UNITY, #if !NETFX_CORE && !UNITY, ...).