network.fishlee.net 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package network.fishlee.net --version 1.4.0
NuGet\Install-Package network.fishlee.net -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="network.fishlee.net" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add network.fishlee.net --version 1.4.0
#r "nuget: network.fishlee.net, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install network.fishlee.net as a Cake Addin
#addin nuget:?package=network.fishlee.net&version=1.4.0

// Install network.fishlee.net as a Cake Tool
#tool nuget:?package=network.fishlee.net&version=1.4.0

A light weight network library for .net 3.5/4.0/4.5 (HTTP)

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on network.fishlee.net:

Package Downloads
network.fishlee.net_html.adapter

HtmlAgality Adapter for iFish's Network Library (HTTP)

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on network.fishlee.net:

Repository Stars
iccfish/BtResourceGrabber
一个开源的BT综合搜索引擎
iccfish/Cn12306UnofficalClient
12306非官方客户端
EraserKing/Unblock163MusicClient
Unblock 163 Cloud Music Windows client.
Version Downloads Last updated
3.0.2 279 9/12/2023
3.0.1 655 1/27/2022
3.0.0 459 1/26/2022
2.3.2 504 1/5/2022
2.3.1 1,303 6/28/2019
2.3.0 1,325 12/19/2018
2.2.5 1,105 7/19/2018
2.2.4 1,486 3/21/2018
2.2.2 3,131 9/19/2016
2.2.1 1,239 8/30/2016
2.2.0 1,650 8/15/2016
2.0.0 1,379 4/5/2016
1.6.0 1,781 12/13/2015
1.5.6 1,530 9/21/2015
1.5.5 1,111 9/20/2015
1.5.4.1 1,177 9/13/2015
1.5.3 1,105 8/29/2015
1.5.2 1,111 8/17/2015
1.5.1 1,650 8/10/2015
1.5.0 1,555 6/9/2015
1.4.0.2 1,113 5/13/2015
1.4.0 1,103 5/8/2015
1.2.0.356 1,594 2/6/2015
1.1.3.345 1,183 1/29/2015
1.1.1.335 1,084 1/20/2015
1.1.1.330 1,153 1/18/2015
1.1.0.317 1,087 1/18/2015
1.0.16.231 1,191 1/6/2015
1.0.15.225 1,172 1/6/2015

* 创建支持创建为 JObject 对象;
* 新增自动检测BOM头的选项,默认开启;
* 增加 ExceptionStatus 属性;
* ResponseFileContent 增加成功标记位
* 当使用代理服务器且需要验证时,提前设置验证信息以避免407响应;
* 修正针对单请求的UserAgent设置无效
* 其它细节调整