Unity now supports .NET 4.5 and I'm able to use the HttpClient class from the System.Net.Http namespace. That is great since I have existing client libraries which are therefore easy to reuse.
Does anyone know the internal difference between using the mono HttpClient and Unity's own networking classes?
I'm afraid that the HttpClient is not as optimized for the different platforms and might therefore cause trouble or be slower.