Core.Socket 5.9.3

dotnet add package Core.Socket --version 5.9.3
                    
NuGet\Install-Package Core.Socket -Version 5.9.3
                    
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="5.9.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Core.Socket" Version="5.9.3" />
                    
Directory.Packages.props
<PackageReference Include="Core.Socket" />
                    
Project file
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 5.9.3
                    
#r "nuget: Core.Socket, 5.9.3"
                    
#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@5.9.3
                    
#: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=5.9.3
                    
Install as a Cake Addin
#tool nuget:?package=Core.Socket&version=5.9.3
                    
Install as a Cake Tool

Core.Socket - 高性能 .NET Socket 网络通讯框架

forked from RRQM_Home/TouchSocket

License NuGet

开始

Nuget安装最新版本。

Install-Package Core.Socket

TouchSocket

License NuGet

简介

TouchSocket 是 .Net(包括 C#、VB.Net、F#)的一个整合性的 socket 网络通信框架。它包含了 TCP、UDP、SSL 等一系列的通信模块,能够一键式解决 TCP 黏分包问题、UDP 大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Core.Socket:

Package Downloads
Core.Modbus

Core.Modbus 通讯类库

Core.SocketEx

Core.Socket 扩展类库

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.9.3 0 9/24/2026
5.9.2 101 9/17/2026
5.9.1 92 9/15/2026
5.9.0 109 9/15/2026
5.8.2 79 9/15/2026
4.3.6.1 133 9/8/2026
4.3.6 142 9/7/2026
4.3.4 133 8/28/2026
4.3.3 138 8/22/2026
4.3.1 159 8/11/2026
4.2.18 123 7/29/2026
4.2.17.2 129 7/15/2026
4.2.17.1 120 7/14/2026
4.2.17 115 7/13/2026
4.2.16 126 7/6/2026
4.2.14 127 7/1/2026
4.2.13 125 6/7/2026
4.2.12 125 6/1/2026
4.2.11 125 5/28/2026
4.2.10 127 5/16/2026
Loading failed