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

Releases: AnErrupTion/Better-xNet

Better-xNet 3.3.4

07 Sep 12:11
d5cc6df
Compare
Choose a tag to compare

3.3.4 :

  • Fixed the DLL not working.
  • Removed Send() function.
  • Added Edge User-Agent.
  • Updated all current User-Agents.
  • Switched to .NET Framework 4 again for better compatibility.
  • Made a minimal change in the CookieStorage class.
  • Added a new class named HttpUtils, including GetPageSource() function.
  • Fixed Issue X-rus#59 (view issue on original xNet repository).

Better-xNet First version

11 May 14:36
f88691f
Compare
Choose a tag to compare

The first version of Better-xNet!
What's new/fixed :

  • Removed Chain proxy support
  • Fixed Issue X-rus#54 (view issue on original xNet repository).
  • Removed Opera Mini user agent.
  • IgnoreProtocolErrors is now true by default.
  • Changed CookieDictionary to CookieStorage and made some minimal changes.
  • Added Send() function, better than using Post(), Get() etc..
  • Using .NET Framework 4.8 for better compatibility.
  • Fixed Issue X-rus#34 (view issue on original xNet repository).