SuperSocket.ProtoBase
1.7.0.5
See the version list below for details.
dotnet add package SuperSocket.ProtoBase --version 1.7.0.5
NuGet\Install-Package SuperSocket.ProtoBase -Version 1.7.0.5
<PackageReference Include="SuperSocket.ProtoBase" Version="1.7.0.5" />
paket add SuperSocket.ProtoBase --version 1.7.0.5
#r "nuget: SuperSocket.ProtoBase, 1.7.0.5"
// Install SuperSocket.ProtoBase as a Cake Addin #addin nuget:?package=SuperSocket.ProtoBase&version=1.7.0.5 // Install SuperSocket.ProtoBase as a Cake Tool #tool nuget:?package=SuperSocket.ProtoBase&version=1.7.0.5
It is a network protocol resolving library which can be used in both server and client
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net35-client is compatible. net40 was computed. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
NuGet packages (28)
Showing the top 5 NuGet packages that depend on SuperSocket.ProtoBase:
Package | Downloads |
---|---|
SuperSocket.ClientEngine
It's a .NET socket tool which can simplify the socket client developing |
|
SuperSocket.WebSocket
SuperSocket WebSocket protocol implementation. |
|
SuperSocket.Channel
SuperSocket library to abstract underlying communications as channel with pipeline. |
|
SuperSocket.Primitives
SuperSocket primitive interfaces and classes. |
|
SuperSocket.Server
SuperSocket server hosting library. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SuperSocket.ProtoBase:
Repository | Stars |
---|---|
kerryjiang/SuperSocket.ClientEngine
A .NET library which can make your socket client development easier
|
|
jianjipan/MES
这是一个用C#写的MES系统 ,用到了supersocket通信框架,以及WPF技术
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta.28 | 280 | 11/2/2024 |
2.0.0-beta.27 | 460 | 9/30/2024 |
2.0.0-beta.26 | 806 | 8/31/2024 |
2.0.0-beta.25 | 487 | 8/21/2024 |
2.0.0-beta.24 | 1,553 | 6/29/2024 |
2.0.0-beta.23 | 1,054 | 6/1/2024 |
2.0.0-beta.22 | 653 | 5/25/2024 |
2.0.0-beta.21 | 649 | 5/4/2024 |
2.0.0-beta.20.448 | 930 | 4/14/2024 |
2.0.0-beta.18 | 7,644 | 8/30/2023 |
2.0.0-beta.17 | 4,083 | 6/4/2023 |
2.0.0-beta.16 | 881 | 5/10/2023 |
2.0.0-beta.15 | 5,882 | 3/5/2023 |
2.0.0-beta.14 | 1,676 | 2/21/2023 |
2.0.0-beta.13 | 6,327 | 1/17/2023 |
2.0.0-beta.12 | 19,187 | 10/30/2022 |
2.0.0-beta.11 | 8,226 | 5/6/2022 |
2.0.0-beta.10 | 63,900 | 5/29/2021 |
2.0.0-beta.9 | 531 | 5/26/2021 |
2.0.0-beta.8 | 19,486 | 1/23/2021 |
1.7.0.17 | 319,894 | 6/8/2017 |
1.7.0.16 | 1,685 | 5/29/2017 |
1.7.0.15 | 1,871 | 3/22/2017 |
1.7.0.14 | 1,598 | 3/8/2017 |
1.7.0.13 | 4,328 | 12/30/2016 |
1.7.0.12 | 7,003 | 8/27/2016 |
1.7.0.11 | 3,432 | 8/11/2016 |
1.7.0.10 | 1,524 | 8/5/2016 |
1.7.0.9 | 1,240 | 8/4/2016 |
1.7.0.8 | 1,974 | 7/27/2016 |
1.7.0.7 | 1,970 | 6/28/2016 |
1.7.0.5 | 3,405 | 4/16/2016 |
1.7.0-beta7 | 1,099 | 6/22/2016 |
1.7.0-beta6 | 1,123 | 5/30/2016 |
fixed the bug FixedHeaderReceiveFilter doesn't support 0 size body request;