Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 467 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 467 Bytes

mega-sdk

This is an initial release for Mega API for .NET used in the Mega Desktop client.

Note: in .NET, to enable more than 2 concurrent HTTP connection, you need to set the property System.Net.ServicePointManager.DefaultConnectionLimit to e.g. 8. You need to do this once in your Main method or similar.

The code is GPLv3 licensed; we are also considering MIT or LGPL release - feel free to contact [email protected]

(c) 2013 The Mega Desktop Team