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

Better-xNet 3.4.3 - More optimizations

Latest
Compare
Choose a tag to compare
@AnErrupTion AnErrupTion released this 03 Nov 09:32
· 5 commits to master since this release
0dd564d

3.4.3 :

  • Optimized the HttpUtils's GetPageSource() and TestWebsite() functions.
  • Made some minor changes in the CookieStorage class and HttpRequest.Request() function (private).
  • Now using an improved version of the MemoryStream class called MemoryTributary and edited it to match xNet's needs. This version is used in the HttpResponse.ToString() method.
  • Also made some minor changes in the ProxyHelper and ProxyClient.