Core.Socket
4.2.9
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
dotnet add package Core.Socket --version 4.2.9
NuGet\Install-Package Core.Socket -Version 4.2.9
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="Core.Socket" Version="4.2.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Core.Socket" Version="4.2.9" />
<PackageReference Include="Core.Socket" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Core.Socket --version 4.2.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Core.Socket, 4.2.9"
#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.
#:package Core.Socket@4.2.9
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Core.Socket&version=4.2.9
#tool nuget:?package=Core.Socket&version=4.2.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Core.Socket - 高性能 .NET Socket 网络通讯框架
forked from RRQM_Home/TouchSocket
开始
从Nuget安装最新版本。
Install-Package Core.Socket
TouchSocket
简介
TouchSocket 是 .Net(包括 C#、VB.Net、F#)的一个整合性的 socket 网络通信框架。它包含了 TCP、UDP、SSL 等一系列的通信模块,能够一键式解决 TCP 黏分包问题、UDP 大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。
功能特性
- 多协议支持:支持 TCP、UDP、SSL 等多种通信协议。
- 问题解决:一键解决 TCP 黏分包问题和 UDP 大数据包分片组合问题。
- 协议模板:提供协议模板,可快速实现多种数据报文解析。
支持的目标框架
- net462
- net472
- net481
- netstandard2.0
- netstandard2.1
- net6.0
- net10.0
- net8.0
使用方法
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 was computed. 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. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- TouchSocket (>= 4.2.8)
- TouchSocket.Core (>= 4.2.8)
-
.NETFramework 4.7.2
- TouchSocket (>= 4.2.8)
- TouchSocket.Core (>= 4.2.8)
-
net10.0
- TouchSocket (>= 4.2.8)
- TouchSocket.Core (>= 4.2.8)
-
net8.0
- TouchSocket (>= 4.2.8)
- TouchSocket.Core (>= 4.2.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.2.9 | 91 | 5/11/2026 |
| 4.2.8 | 90 | 5/6/2026 |
| 4.2.6 | 101 | 4/26/2026 |
| 4.2.4 | 100 | 4/19/2026 |
| 4.2.3 | 102 | 4/14/2026 |
| 4.2.1 | 103 | 4/6/2026 |
| 4.2.0 | 108 | 3/30/2026 |
| 4.1.16 | 105 | 3/23/2026 |
| 4.1.9 | 105 | 3/15/2026 |
| 4.1.7 | 104 | 3/9/2026 |
| 4.1.6 | 101 | 3/8/2026 |
| 4.1.5 | 106 | 3/2/2026 |
| 4.1.4 | 112 | 2/25/2026 |
| 4.1.3 | 107 | 2/23/2026 |
| 4.1.2.6 | 111 | 2/12/2026 |
| 4.1.2.5 | 110 | 2/11/2026 |
| 4.1.2.3 | 109 | 2/11/2026 |
| 4.1.2.2 | 113 | 2/10/2026 |
| 4.1.2.1 | 118 | 2/3/2026 |
| 4.1.2 | 120 | 2/2/2026 |
Loading failed