SuperSocket core primitive interfaces and classes that define the fundamental abstractions for network communication, session management, and message handling.
Info
| Version: | 2.0.2 |
| Author(s): | Kerry Jiang and other contributors |
| Last Update: | Thursday, July 10, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/kerryjiang/supersocket |
| NuGet Url: | https://www.nuget.org/packages/SuperSocket.Primitives |
Install
Install-Package SuperSocket.Primitives
dotnet add package SuperSocket.Primitives
paket add SuperSocket.Primitives
SuperSocket.Primitives Download (Unzip the "nupkg" after downloading)
Dependencies
- SuperSocket.Channel(>= 2.0.07)
- SuperSocket.ProtoBase(>= 2.0.07)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.0.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.0.0)