Stormancer.Tcp
6.0.0.23
dotnet add package Stormancer.Tcp --version 6.0.0.23
NuGet\Install-Package Stormancer.Tcp -Version 6.0.0.23
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="Stormancer.Tcp" Version="6.0.0.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Tcp" Version="6.0.0.23" />
<PackageReference Include="Stormancer.Tcp" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Stormancer.Tcp --version 6.0.0.23
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Stormancer.Tcp, 6.0.0.23"
#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.
#:package Stormancer.Tcp@6.0.0.23
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Stormancer.Tcp&version=6.0.0.23
#tool nuget:?package=Stormancer.Tcp&version=6.0.0.23
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
High performance request/response TCP networking library used by Stormancer servers.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Autofac (>= 8.1.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.2)
- Pipelines.Sockets.Unofficial (>= 2.2.2)
- Stormancer.Abstractions.Logging (>= 1.0.1.1)
- Stormancer.Server.Common (>= 3.0.1)
- System.Diagnostics.DiagnosticSource (>= 8.0.1)
- System.IO.Pipelines (>= 6.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Stormancer.Tcp:
| Package | Downloads |
|---|---|
|
Stormancer.Server.Node
Package Description |
|
|
Stormancer.Server.Hosting
Hosting library for Stormancer server applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.0.23 | 495 | 2/26/2025 |
| 6.0.0.23-pre | 582 | 11/9/2024 |
| 6.0.0.22-pre | 196 | 11/8/2024 |
| 6.0.0.19-pre | 197 | 11/7/2024 |
| 6.0.0.18-pre | 345 | 10/18/2024 |
| 6.0.0.17-pre | 212 | 10/17/2024 |
| 6.0.0.16-pre | 202 | 10/17/2024 |
| 6.0.0.11-pre | 406 | 9/2/2024 |
| 6.0.0.10-pre | 261 | 7/2/2024 |
| 6.0.0.9-pre | 338 | 5/24/2024 |
| 6.0.0.8-pre | 386 | 4/22/2024 |
| 6.0.0.7-pre | 244 | 4/17/2024 |
| 6.0.0.6-pre | 367 | 4/2/2024 |
| 6.0.0.1-pre | 403 | 3/13/2024 |
| 6.0.0-pre | 562 | 3/11/2024 |
| 5.0.2.4 | 403 | 10/18/2023 |
| 5.0.2.4-pre | 1,394 | 10/9/2023 |
| 5.0.2.3-pre | 393 | 6/27/2023 |
| 5.0.2.1 | 3,928 | 10/24/2022 |
| 5.0.1.1-pre | 379 | 10/21/2022 |
Loading failed
Changed
*******
- Added `CreateRequest` and `Send` methods to create a request before sending it, enabling to complete writing the request body before send. This in turns removes the need to schedule a work item in the thread pool in this case.
- Added `onCreatedRequest` event.