TouchSocket.Http 3.0.16

dotnet add package TouchSocket.Http --version 3.0.16                
NuGet\Install-Package TouchSocket.Http -Version 3.0.16                
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="TouchSocket.Http" Version="3.0.16" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TouchSocket.Http --version 3.0.16                
#r "nuget: TouchSocket.Http, 3.0.16"                
#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 TouchSocket.Http as a Cake Addin
#addin nuget:?package=TouchSocket.Http&version=3.0.16

// Install TouchSocket.Http as a Cake Tool
#tool nuget:?package=TouchSocket.Http&version=3.0.16                

TouchSocket.Http

项目简介

TouchSocket.Http 是一个基于 Http1.1 协议的组件库,为开发者提供了丰富且强大的 Http 相关功能。它集成了 Http 服务器、客户端以及 WebSocket 组件,能够满足多种复杂场景下的网络通信需求。

功能特性

1. 数据传输功能

  • 大文件处理:支持大文件的下载与上传操作,并且实现了多线程下载和断点续传功能。这意味着在处理大文件时,不仅可以提高传输效率,还能在网络中断等异常情况下恢复传输,确保数据完整性。
  • 小文件上传:提供小文件 form 上传功能,方便用户通过表单形式上传小型文件。

2. WebApi 支持

  • 声明与执行:允许开发者声明和执行 WebApi,简化了与 Web 服务的交互过程,提高了开发效率。

3. 客户端特性

  • 基于连接的客户端:所提供的 Http 客户端是基于连接的,能够捕获连接和断开连接等消息。这使得开发者可以更好地监控客户端的状态,及时处理连接异常情况。

4. WebSocket 支持

  • WebSocket 组件:集成了 WebSocket 组件,支持 WebSocket 协议,可实现实时双向通信,适用于需要实时数据交互的场景,如在线聊天、实时监控等。

支持的目标框架

  • net481
  • net45
  • net462
  • net472
  • netstandard2.0
  • netstandard2.1
  • net6.0
  • net9.0
  • net8.0

使用方法

请参阅说明文档(https://touchsocket.net/)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on TouchSocket.Http:

Package Downloads
JGSteel.ZZ.MES.Core

Package Description

TouchSocket.Dmtp

DMTP(Duplex Message Transport Protocol双工消息传输协议)是一个简单易用,便捷高效,且易于扩展的二进制数据协议。目前基于该协议,已实现的功能包括:连接验证、同步Id、Rpc(包括客户端请求服务器,服务器请求客户端、客户端请求客户端)、文件传输(包括客户端向服务器请求文件、客户端向服务器推送文件、服务器向客户端请求文件、服务器向客户端推送文件、 客户端之间请求、推送文件)、Redis等。 说明文档:https://touchsocket.net/

TouchSocket.WebApi

这是一个提供WebApi服务器和客户端的组件库。可以通过该组件创建WebApi服务解析器和客户端,让桌面端、Web端、移动端可以跨语言调用Rpc函数。功能支持自定义路由、Get传参、Post传参等。 说明文档:https://touchsocket.net/

ThingsGateway.Plugin.Management

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on TouchSocket.Http:

Repository Stars
RRQM/TouchSocket
TouchSocket is an integrated .NET networking framework that includes modules for socket, TCP, UDP, SSL, named pipes, HTTP, WebSocket, RPC, and more. It offers a one-stop solution for TCP packet issues and enables quick implementation of custom data message parsing using protocol templates.
Version Downloads Last updated
3.0.16 4 3/9/2025
3.0.15 1,843 3/2/2025
3.0.14 5,228 2/15/2025
3.0.13 4,094 1/27/2025
3.0.12 3,527 1/19/2025
3.0.11 419 1/12/2025
3.0.10 869 1/5/2025
3.0.9 1,908 12/22/2024
3.0.8 1,138 12/15/2024
3.0.7 1,055 12/8/2024
3.0.6 847 12/1/2024
3.0.5 375 12/1/2024
3.0.4 813 11/24/2024
3.0.3 743 11/17/2024
3.0.2 336 11/15/2024
3.0.1 417 11/14/2024
3.0.0 430 11/13/2024
2.1.10 1,561 10/25/2024
2.1.0 647 9/15/2024
2.1.0-rc.37 91 9/13/2024
2.1.0-alpha.23 78 6/28/2024
2.0.18 568 9/10/2024
2.0.17 783 8/30/2024
2.0.16 739 8/19/2024
2.0.15 655 8/9/2024
2.0.14 1,077 7/24/2024
2.0.13 317 7/23/2024
2.0.12 628 7/17/2024
2.0.11 610 7/12/2024
2.0.10 2,206 5/31/2024
2.0.0 617 3/9/2024
2.0.0-rc.2 73 3/7/2024
2.0.0-beta.280 137 3/2/2024
1.4.5 471 7/20/2023