Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Better-xNet 3.3.7

Compare
Choose a tag to compare
@AnErrupTion AnErrupTion released this 28 Sep 16:41
· 61 commits to master since this release
8b66167

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.