SuperSocket.ProtoBase 1.7.0.5

There is a newer version of this package available.
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
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="SuperSocket.ProtoBase" Version="1.7.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SuperSocket.ProtoBase --version 1.7.0.5
#r "nuget: SuperSocket.ProtoBase, 1.7.0.5"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (24)

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.18 3,322 8/30/2023
2.0.0-beta.17 3,507 6/4/2023
2.0.0-beta.16 737 5/10/2023
2.0.0-beta.15 4,887 3/5/2023
2.0.0-beta.14 1,355 2/21/2023
2.0.0-beta.13 4,355 1/17/2023
2.0.0-beta.12 17,889 10/30/2022
2.0.0-beta.11 7,473 5/6/2022
2.0.0-beta.10 58,483 5/29/2021
2.0.0-beta.9 503 5/26/2021
2.0.0-beta.8 18,325 1/23/2021
1.7.0.17 231,285 6/8/2017
1.7.0.16 1,628 5/29/2017
1.7.0.15 1,826 3/22/2017
1.7.0.14 1,506 3/8/2017
1.7.0.13 4,220 12/30/2016
1.7.0.12 6,823 8/27/2016
1.7.0.11 3,374 8/11/2016
1.7.0.10 1,481 8/5/2016
1.7.0.9 1,202 8/4/2016
1.7.0.8 1,934 7/27/2016
1.7.0.7 1,904 6/28/2016
1.7.0.5 3,276 4/16/2016
1.7.0-beta7 1,065 6/22/2016
1.7.0-beta6 1,094 5/30/2016

fixed the bug FixedHeaderReceiveFilter doesn't support 0 size body request;