SuperSocket.ProtoBase 1.7.0.17

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SuperSocket.ProtoBase --version 1.7.0.17
NuGet\Install-Package SuperSocket.ProtoBase -Version 1.7.0.17
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.17" />
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.17
#r "nuget: SuperSocket.ProtoBase, 1.7.0.17"
#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.17

// Install SuperSocket.ProtoBase as a Cake Tool
#tool nuget:?package=SuperSocket.ProtoBase&version=1.7.0.17

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net35-client is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 (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

1) added the assemblies of .net 4.0 and .net 4.5;
2) signed the assembly of .net standard;
3) added XML document files into the nuget package;