SuperSocket.Connection
2.0.0
See the version list below for details.
dotnet add package SuperSocket.Connection --version 2.0.0
NuGet\Install-Package SuperSocket.Connection -Version 2.0.0
<PackageReference Include="SuperSocket.Connection" Version="2.0.0" />
<PackageVersion Include="SuperSocket.Connection" Version="2.0.0" />
<PackageReference Include="SuperSocket.Connection" />
paket add SuperSocket.Connection --version 2.0.0
#r "nuget: SuperSocket.Connection, 2.0.0"
#:package SuperSocket.Connection@2.0.0
#addin nuget:?package=SuperSocket.Connection&version=2.0.0
#tool nuget:?package=SuperSocket.Connection&version=2.0.0
SuperSocket library to abstract underlying communications as connection with pipeline.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 is compatible. 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 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios18.0 is compatible. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-macos15.0 is compatible. net8.0-tvos was computed. net8.0-tvos18.0 is compatible. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-android35.0 is compatible. net9.0-browser was computed. net9.0-ios was computed. net9.0-ios18.0 is compatible. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-macos15.0 is compatible. net9.0-tvos was computed. net9.0-tvos18.0 is compatible. net9.0-windows was computed. net10.0 was computed. 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. |
-
net6.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net7.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net8.0-android34.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net8.0-ios18.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net8.0-macos15.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net8.0-tvos18.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net9.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net9.0-android35.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net9.0-ios18.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net9.0-macos15.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
-
net9.0-tvos18.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- SuperSocket.ProtoBase (>= 2.0.0)
- System.IO.Pipelines (>= 8.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on SuperSocket.Connection:
Package | Downloads |
---|---|
SuperSocket.Client
SuperSocket client library implementing high-performance socket client functionality with protocol extensibility, pipeline processing, and comprehensive connection management. |
|
SuperSocket.Server.Abstractions
SuperSocket library for server abstractions. It includes many interfaces and base implementation of SuperSocket server components. Users can extend server side base on this project. |
|
SuperSocket.Udp
SuperSocket UDP support library providing socket handling and implementation for building UDP-based networking applications. |
|
SuperSocket.Kestrel
SuperSocket integration with ASP.NET Core Kestrel server, enabling SuperSocket to leverage Kestrel's high-performance networking stack with TLS support and HTTP/2 protocol capabilities. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2.0.2 | 1,193 | 7/10/2025 |
2.0.2-beta.1 | 275 | 5/25/2025 |
2.0.1 | 2,299 | 5/24/2025 |
2.0.0 | 1,467 | 4/20/2025 |
2.0.0-beta.31 | 567 | 4/2/2025 |
2.0.0-beta.30 | 992 | 1/26/2025 |
2.0.0-beta.28 | 1,328 | 11/2/2024 |
2.0.0-beta.27 | 2,691 | 9/30/2024 |
2.0.0-beta.26 | 2,207 | 8/31/2024 |
2.0.0-beta.25 | 746 | 8/21/2024 |
2.0.0-beta.24 | 1,731 | 6/29/2024 |
2.0.0-beta.23 | 1,556 | 6/1/2024 |
2.0.0-beta.22 | 1,401 | 5/25/2024 |
2.0.0-beta.21 | 720 | 5/4/2024 |
2.0.0-beta.20.448 | 1,425 | 4/14/2024 |