This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
Better-xNet 3.3.7
IMPORTANT :
- Fixed all User-Agents.
- Switched to .NET Framework 4.5 to fix issue X-rus#54.
Other :
- Added all missing HTTP Status Codes (102, 103, 207, 208, 226, 308, 418 -> 429, 431, 451, 506 -> 508, 510, 511) and removed duplicate ones (including some of the Pull Request X-rus#58).
- Moved all events (DownloadProgressChangedEventArgs, MultiThreadingProgressEventArgs, etc..) to "xNet.Events".
- Removed the HttpHelper class, it was useless.
- Loading some User-Agents should now be faster due to removing useless parts.
- Added Brave and Chromium-based Edge User-Agent.
- Added back the updated Opera Mini User-Agent for Android only.
- Made the HttpUtils class static.
- Added the "TestWebsite" function in the HttpUtils class, made to test a website's availability with a 10s timeout by default.
- Getting a webpage's source with the "GetPageSource" function is now faster.