Fedorus / xNetStandard

xNet library for .NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xNetStandard

NuGet version

This is version of https://github.com/X-rus/xNet for .NET Standard 2.0. Unlike xNet it can be used in .net Core.

There was some bugs with GZipStream before .net Core 2.1. If you having issues with content decoding you can:

  1. Disable it using "EnableEncodingContent" in HttpRequest (set it to false)
  2. Find Init() method where EnableEncodingContent is set to "true" by default

About

xNet library for .NET Core

License:MIT License


Languages

Language:C# 100.0%